]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:24:58 +0000 (12:24 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 10:24:58 +0000 (04:24 -0600)
commitdfedbdba402448d6ed7ea3cf13772305c7959eee
treeb2d8a0a916139d55b2c5b6f35bbb8f49dbdb6892
parentf17057dab10b2114614d9d59291ebbc0bc9ab787
[3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120469)

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]