cpython/Modules/_multiprocessing
Mark Dickinson c4920e86ef Issue #7272: Add configure test to detect whether sem_open works
properly, and use this to skip test_multiprocessing on platforms
where sem_open raises a signal.  This should fix some FreeBSD buildbot
failures for test_multiprocessing.
2009-11-20 19:30:22 +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: Add configure test to detect whether sem_open works 2009-11-20 19:30:22 +00:00
multiprocessing.h Issue #7272: Add configure test to detect whether sem_open works 2009-11-20 19:30:22 +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 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help 2009-04-02 00:03:28 +00:00
socket_connection.c Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle 2009-01-19 15:12:22 +00:00
win32_functions.c Issue 5619: Pass MS CRT debug flags into subprocesses 2009-03-31 22:20:35 +00:00