mirror of
https://github.com/python/cpython.git
synced 2026-07-31 22:25:29 -04: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 <[email protected]>