cpython/Lib/multiprocessing
Nick Coghlan 2a6c2c9baa Close #10128: don't rerun __main__.py in multiprocessing
- backports issue #10845's mitigation of incompatibilities between
  the multiprocessing module and directory and zipfile execution
- Multiprocessing on Windows will now automatically skip rerunning top
  level __main__.py modules in spawned processes, rather than failing
  with AssertionError
2015-11-19 12:59:39 +10:00
..
dummy Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. 2014-07-22 11:11:01 +03:00
__init__.py
connection.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00
forking.py Close #10128: don't rerun __main__.py in multiprocessing 2015-11-19 12:59:39 +10:00
heap.py
managers.py
pool.py Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now 2015-03-13 08:31:34 +02:00
process.py Fix handling of SystemExit and exit code. Patch by Brodie Rao. 2013-11-17 17:24:11 +00:00
queues.py Issue #23865: close() methods in multiple modules now are idempotent and more 2015-04-10 13:24:10 +03:00
reduction.py
sharedctypes.py Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in 2015-02-13 15:08:36 +02:00
synchronize.py
util.py Issue #14548: Make multiprocessing finalizers check pid before 2014-01-23 00:11:04 +00:00