cpython/Lib/multiprocessing
Victor Stinner 2b69506c79 Issue #10816: multiprocessing.SocketClient() closes the socket on error
Use a context manager to close immediatly the socket on error.
2011-01-03 15:47:59 +00:00
..
dummy
__init__.py
connection.py Issue #10816: multiprocessing.SocketClient() closes the socket on error 2011-01-03 15:47:59 +00:00
forking.py
heap.py
managers.py
pool.py
process.py
queues.py
reduction.py
sharedctypes.py
synchronize.py
util.py