mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
Threads are gone after fork, so clear the queues too. Otherwise the child process (here created via multiprocessing.Process) crashes on interpreter exit. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| interpreter.py | ||
| process.py | ||
| thread.py | ||