]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023) (GH...
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Wed, 2 Sep 2020 19:28:28 +0000 (12:28 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 19:28:28 +0000 (15:28 -0400)
commita763ee3c583e6a2dfe1b1ac0600a48e8a978ed50
tree9be2ca9f8f15387db2ec9e481bf43397b7a65311
parent27183f48f256e19dbd6fba2b8c95a59de4e04e37
[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)
Lib/concurrent/futures/_base.py