From: Victor Stinner Date: Fri, 17 Jun 2011 10:36:26 +0000 (+0200) Subject: (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() X-Git-Tag: v3.3.0a1~2109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bcc0170bdd5dca6b87c12c7894454e352b53492;p=thirdparty%2FPython%2Fcpython.git (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. --- 3bcc0170bdd5dca6b87c12c7894454e352b53492