cpython/Modules/_multiprocessing
Charles-François Natali ed4a8fc095 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).
2012-02-08 21:15:58 +01:00
..
multiprocessing.c Fix compilation warning on Windows 2011-12-17 10:23:14 +01:00
multiprocessing.h Issue #12328: Under Windows, refactor handling of Ctrl-C events and 2011-11-21 21:26:56 +01:00
semaphore.c Issue #10350: Read and save errno before calling a function which might overwrite it. 2011-12-16 12:29:37 +01:00
win32_functions.c Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection 2012-02-08 21:15:58 +01:00