]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)
authorVictor Stinner <vstinner@python.org>
Mon, 27 Apr 2020 18:53:37 +0000 (20:53 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 18:53:37 +0000 (20:53 +0200)
commit1a275013d1ecc2e3778d64fda86174b2f13d6969
tree62fc2324c90a7d7417172487bd781794917a2555
parentb94dbd7ac34dc0c79512656eb17f6f07e09fca7a
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)

Process.shutdown(wait=True) of concurrent.futures now closes
explicitly the result queue.
Lib/concurrent/futures/process.py
Misc/NEWS.d/next/Library/2020-04-27-20-27-39.bpo-30966.Xmtlqu.rst [new file with mode: 0644]