cpython/Lib/multiprocessing
Richard Oudkerk b147f60a38 Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
2013-04-17 21:09:38 +01:00
..
dummy Fix overlooked licence text. 2013-01-01 14:25:59 +00:00
__init__.py Fix overlooked licence text. 2013-01-01 14:25:59 +00:00
connection.py Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. 2013-04-17 13:12:27 +02:00
forking.py Issue #17025: Add dumps() and loads() to ForkingPickler. 2013-03-24 15:21:49 +01:00
heap.py
managers.py Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00
pool.py Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00
process.py
queues.py Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. 2013-03-25 18:20:40 +01:00
reduction.py Issue #14669: Fix pickling of connections and sockets on MacOSX 2012-08-16 16:48:55 +01:00
sharedctypes.py
synchronize.py
util.py Issue #17555: Fix ForkAwareThreadLock so that size of after fork 2013-04-17 20:58:00 +01:00