]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Tue, 1 Sep 2020 21:18:07 +0000 (14:18 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Sep 2020 21:18:07 +0000 (17:18 -0400)
commit17dc1b789ecc33b4a254eb3b799085f4b3624ca5
tree6e3e027f48c81d396ac6cbc33269b707dfaba671
parent9b648a95ccb4c3b14f1e87158f5c9f5dbb2f62c0
bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023)

* 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.
Lib/concurrent/futures/_base.py