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 davin, ned.deily, pitrou, vstinner
Date 2018-05-31.02:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527732243.58.0.682650639539.issue33532@psf.upfronthosting.co.za>
In-reply-to
Content
Notes:

* test_ignore() creates a daemonic process (it cannot spawn new processes)
* the fork server process is shared between test methods of test_forkserver
* multiprocessing.util._exit_function() terminates all daemon processes
History
Date User Action Args
2018-05-31 02:04:03vstinnersetrecipients: + vstinner, pitrou, ned.deily, davin
2018-05-31 02:04:03vstinnersetmessageid: <1527732243.58.0.682650639539.issue33532@psf.upfronthosting.co.za>
2018-05-31 02:04:03vstinnerlinkissue33532 messages
2018-05-31 02:04:03vstinnercreate