This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-09-17.21:02:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568754172.9.0.555591955752.issue38203@roundup.psfhosted.org>
In-reply-to
Content
Moreover, even after I stopped regrtest, two processes are still running in the background :-(

 6535 pts/2    Sl     0:00 /home/vstinner/python/master/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=4, pipe_handle=9) --multiprocessing-fork

 6560 pts/2    Sl     0:00 /home/vstinner/python/master/python -c from multiprocessing.spawn import spawn_main; spawn_main(tracker_fd=4, pipe_handle=11) --multiprocessing-fork
History
Date User Action Args
2019-09-17 21:02:52vstinnersetrecipients: + vstinner
2019-09-17 21:02:52vstinnersetmessageid: <1568754172.9.0.555591955752.issue38203@roundup.psfhosted.org>
2019-09-17 21:02:52vstinnerlinkissue38203 messages
2019-09-17 21:02:52vstinnercreate