]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
authorKyle Stanley <aeros167@gmail.com>
Sun, 2 Feb 2020 12:49:00 +0000 (07:49 -0500)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2020 12:49:00 +0000 (13:49 +0100)
commit339fd46cb764277cbbdc3e78dcc5b45b156bb6ae
tree2366d3abf217d3017a50e2b024d67be731a49347
parentbe8147bdc6111a225ec284a4514277304726c3d0
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Doc/library/concurrent.futures.rst
Doc/whatsnew/3.9.rst
Lib/concurrent/futures/process.py
Lib/concurrent/futures/thread.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Library/2020-01-19-04-12-34.bpo-39349.7CV-LC.rst [new file with mode: 0644]