]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Jul 2024 10:25:09 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 10:25:09 +0000 (04:25 -0600)
commit863c0a3c51ca628cdcc53d697555f31b47fc7bbf
treeedf610294c3de69049f977a7e5895c619239436a
parent98340a0e25611e1859a801c1f16ed43b5f9c44dd
[3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120470)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/multiprocessing.rst
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Documentation/2024-06-05-12-36-18.gh-issue-120012.f14DbQ.rst [new file with mode: 0644]