commit | a763ee3c583e6a2dfe1b1ac0600a48e8a978ed50 | [log] [tgz] |
---|---|---|
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | Wed Sep 02 12:28:28 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 02 15:28:28 2020 -0400 |
tree | 9be2ca9f8f15387db2ec9e481bf43397b7a65311 | |
parent | 27183f48f256e19dbd6fba2b8c95a59de4e04e37 [diff] |
[3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) (GH-22048) * Add cancel_futures parameter to the Executor base class, since it was missed in the original PR (https://github.com/python/cpython/pull/18057) that added cancel_futures. (cherry picked from commit 17dc1b7)