Open miss-islington opened 3 days ago
Threads are gone after fork, so clear the queues too. Otherwise the child process (here created via multiprocessing.Process) crashes on interpreter exit.
(cherry picked from commit 1848ce61f349533ae5892a8c24c2e0e3c364fc8a)
Co-authored-by: Andrei Bodrov Drino@users.noreply.github.com Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Threads are gone after fork, so clear the queues too. Otherwise the child process (here created via multiprocessing.Process) crashes on interpreter exit.
(cherry picked from commit 1848ce61f349533ae5892a8c24c2e0e3c364fc8a)
Co-authored-by: Andrei Bodrov Drino@users.noreply.github.com Co-authored-by: Serhiy Storchaka storchaka@gmail.com