cpython/Lib/multiprocessing
Antoine Pitrou 92ff4e196b Issue #14666: stop multiprocessing's resource-sharing thread after the tests are done.
Also, block delivery of signals to that thread. Patch by Richard Oudkerk.

This will hopefully fix sporadic freezes on the FreeBSD 9.0 buildbot.
2012-04-27 23:51:03 +02:00
..
dummy Remove unused or redundant imports in concurrent.futures and multiprocessing. 2011-11-11 20:05:50 +01:00
__init__.py Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. 2012-04-24 22:56:57 +02:00
connection.py Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. 2012-04-24 22:56:57 +02:00
forking.py Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. 2012-04-24 22:56:57 +02:00
heap.py Issue #11750: The Windows API functions scattered in the _subprocess and 2012-04-18 20:51:15 +02:00
managers.py Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. 2012-04-17 18:45:57 +02:00
pool.py Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. 2011-12-21 11:03:24 +01:00
process.py Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 2012-01-27 10:53:35 +01:00
queues.py Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. 2012-03-05 19:28:37 +01:00
reduction.py Issue #14666: stop multiprocessing's resource-sharing thread after the tests are done. 2012-04-27 23:51:03 +02:00
sharedctypes.py Remove unused or redundant imports in concurrent.futures and multiprocessing. 2011-11-11 20:05:50 +01:00
synchronize.py Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. 2012-04-17 18:45:57 +02:00
util.py Remove unused or redundant imports in concurrent.futures and multiprocessing. 2011-11-11 20:05:50 +01:00