cpython/Lib/multiprocessing
Victor Stinner 3bcc0170bd (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers()
multiprocessing: Process._bootstrap() keeps a reference to the old process to
delay its finalization until after _run_after_forkers() as been executed. This
change should fix a crash on Mac OS X Tiger when a lock is released after a
fork.

Patch written by Charles-François Nataliv and Antoine Pitrou.
2011-06-17 12:36:26 +02:00
..
dummy Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
__init__.py Merge with 3.1 2011-03-16 09:43:06 -04:00
connection.py Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
forking.py Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
heap.py Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
managers.py Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
pool.py Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). 2011-04-11 00:20:23 +02:00
process.py (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() 2011-06-17 12:36:26 +02:00
queues.py Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 2011-06-08 17:21:55 +02:00
reduction.py Issue #11743: Rewrite multiprocessing connection classes in pure Python. 2011-05-09 17:04:27 +02:00
sharedctypes.py Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 2011-03-26 10:19:03 +00:00
synchronize.py Merged revisions 87225 via svnmerge from 2010-12-14 01:41:07 +00:00
util.py Whitespace normalization 2011-06-06 19:36:01 +02:00