• Victor Stinner's avatar
    Issue #12310: finalize the old process after _run_after_forkers() · 0f83b151
    Victor Stinner yazdı
    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.
    0f83b151
process.py 9.44 KB