]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>
Tue, 27 Feb 2024 14:57:59 +0000 (14:57 +0000)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2024 14:57:59 +0000 (14:57 +0000)
commit686ec17f506cddd0b14a8aad5849c15ffc20ed46
tree03c4fd999b5f62d115fbd3f1a4a1b79574149d0d
parent3a72fc36f93d40048371b789e32eefc97b6ade63
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)

Listener.accept() no longer hangs when authkey is an empty bytes object.
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]