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 Remove duplication. 2011-10-19 10:39:35 +03:00
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 Issue #10332: multiprocessing: fix a race condition when a Pool is closed 2011-10-24 18:43:51 +02:00
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