cpython/Modules/_multiprocessing
Mark Dickinson 5afa6d4dcf Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
to indicate that semaphores aren't available;  define a new variable
POSIX_SEMAPHORES_NOT_ENABLED instead.
2009-11-28 10:44:20 +00:00
..
connection.h Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES 2009-04-02 04:22:09 +00:00
multiprocessing.c Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES 2009-11-28 10:44:20 +00:00
multiprocessing.h Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES 2009-11-28 10:44:20 +00:00
pipe_connection.c Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES 2009-04-02 04:22:09 +00:00
semaphore.c
socket_connection.c
win32_functions.c