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 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
__init__.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
connection.py Issue #10816: multiprocessing.SocketClient() closes the socket on error 2011-01-03 15:47:59 +00:00
forking.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
heap.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
managers.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
pool.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
process.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
queues.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
reduction.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
sharedctypes.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
synchronize.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00
util.py 9162: fix license in multiprocessing files 2010-12-14 01:38:16 +00:00