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, pablogsal, pitrou, vstinner
Date 2019-10-01.10:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569925990.14.0.7438088258.issue37507@roundup.psfhosted.org>
In-reply-to
Content
_test_multiprocessing.py calls:

        # Stop the ForkServer process if it's running
        from multiprocessing import forkserver
        forkserver._forkserver._stop()

It seems like multiprocessing tests are the main consumer of this method. So let's keep it private for now.
History
Date User Action Args
2019-10-01 10:33:10vstinnersetrecipients: + vstinner, pitrou, davin, pablogsal
2019-10-01 10:33:10vstinnersetmessageid: <1569925990.14.0.7438088258.issue37507@roundup.psfhosted.org>
2019-10-01 10:33:10vstinnerlinkissue37507 messages
2019-10-01 10:33:10vstinnercreate