]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection
authorCharles-François Natali <neologix@free.fr>
Wed, 8 Feb 2012 20:15:58 +0000 (21:15 +0100)
committerCharles-François Natali <neologix@free.fr>
Wed, 8 Feb 2012 20:15:58 +0000 (21:15 +0100)
commited4a8fc0952a4211bc8bc929c23e11bebdfe9aa3
tree5ef3babaa18c5b4e56847c3a556dd7cad4bb0ce0
parent1aa54a417d767efb2ebb4c1a31e69f7be9b1d6ae
Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection
sockets, and set FILE_FLAG_FIRST_PIPE_INSTANCE on named pipes, to make sure two
listeners can't bind to the same socket/pipe (or any existing socket/pipe).
Lib/multiprocessing/connection.py
Lib/test/test_multiprocessing.py
Misc/NEWS
Modules/_multiprocessing/win32_functions.c