]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115994)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Feb 2024 16:14:01 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 16:14:01 +0000 (16:14 +0000)
commiteb13ac66c49bbee7e0b04e564e463502cab55c13
treea19d12542c4670a64a328d826e74ca1ba7107e79
parentcccd73dcedf1e67c4177806493de135951946bd0
[3.11] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115994)

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]