You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Richard Oudkerk faee75c33a Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing 14 years ago
..
dummy Issue #14881: Allow normal non-main thread to spawn a dummy process 14 years ago
__init__.py Remove duplication. 14 years ago
connection.py Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. 14 years ago
forking.py Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing 14 years ago
heap.py Merge #12417 followup, also removing an extra docstring 15 years ago
managers.py Issue #13565: Increase multiprocessing's server socket backlog, to avoid 14 years ago
pool.py Issue #15101: Make pool finalizer avoid joining current thread 14 years ago
process.py Issue #13854: Properly handle non-integer, non-string arg to SystemExit 14 years ago
queues.py Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely 14 years ago
reduction.py 9162: fix license in multiprocessing files 15 years ago
sharedctypes.py Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 15 years ago
synchronize.py Merged revisions 87225 via svnmerge from 15 years ago
util.py Merged revisions 87225 via svnmerge from 15 years ago