]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115995)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Feb 2024 16:13:53 +0000 (17:13 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 16:13:53 +0000 (16:13 +0000)
commit3af945fbb47600077850dc7fbcdbc323ddd83dd5
tree20e0644a53d4cbb29f156681526cddfb02b6df46
parent96f98d97776992096ad8d4d07e8acf2dfb7ff71c
[3.12] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115995)

Listener.accept() no longer hangs when authkey is an empty bytes object.
(cherry picked from commit 686ec17f506cddd0b14a8aad5849c15ffc20ed46)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
Lib/multiprocessing/connection.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2021-05-03-11-04-12.bpo-43952.Me7fJe.rst [new file with mode: 0644]