mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
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. |
||
|---|---|---|
| .. | ||
| dummy | ||
| __init__.py | ||
| connection.py | ||
| forking.py | ||
| heap.py | ||
| managers.py | ||
| pool.py | ||
| process.py | ||
| queues.py | ||
| reduction.py | ||
| sharedctypes.py | ||
| synchronize.py | ||
| util.py | ||