cpython/Lib/multiprocessing
Brian Curtin 50be1ca55e Fix some ResourceErrors.
Use a context manager for os.popen and explicitly close a socket.
2010-11-01 05:10:44 +00:00
..
dummy
__init__.py Fix some ResourceErrors. 2010-11-01 05:10:44 +00:00
connection.py
forking.py
heap.py
managers.py Issue #8990: array.fromstring() and array.tostring() get renamed to 2010-09-01 20:29:34 +00:00
pool.py
process.py
queues.py
reduction.py
sharedctypes.py
synchronize.py Support new Condition return value in the multiprocessing version. 2010-10-28 13:01:06 +00:00
util.py