cpython/Lib/multiprocessing
Florent Xicluna d034b32f57 On finalize, don't try to join not started process. 2010-03-08 11:01:39 +00:00
..
dummy
__init__.py
connection.py
forking.py Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717. 2010-03-07 23:49:03 +00:00
heap.py
managers.py
pool.py On finalize, don't try to join not started process. 2010-03-08 11:01:39 +00:00
process.py #7805: wait until all workers are started before collecting their PIDs 2010-03-04 15:58:54 +00:00
queues.py
reduction.py
sharedctypes.py
synchronize.py
util.py