cpython/Lib/multiprocessing
Charles-François Natali 709aa35a7a Issue #8184: Fix a potential file descriptor leak when a
multiprocessing.Connection socket can't be bound.
2012-02-04 14:40:25 +01:00
..
dummy
__init__.py
connection.py Issue #8184: Fix a potential file descriptor leak when a 2012-02-04 14:40:25 +01:00
forking.py
heap.py
managers.py Issue #13565: Increase multiprocessing's server socket backlog, to avoid 2011-12-23 19:05:45 +01:00
pool.py
process.py
queues.py Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely 2011-11-10 00:33:50 +01:00
reduction.py
sharedctypes.py
synchronize.py
util.py