]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and...
authorGéry Ogam <gery.ogam@gmail.com>
Tue, 3 May 2022 23:49:57 +0000 (01:49 +0200)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 23:49:57 +0000 (17:49 -0600)
commitdfb1b9da8a4becaeaed3d9cffcaac41bcaf746f4
tree230a0ede00885202ef2a2a2efd711cb35fecab56
parentf629dcfe835e349433e4c5099381d668e8fe69c8
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection and explicit close (#31913)
Lib/multiprocessing/queues.py
Misc/NEWS.d/next/Library/2022-04-26-19-01-13.bpo-47029.qkT42X.rst [new file with mode: 0644]