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 Mirko Friedenhagen, ned.deily, ronaldoussoren, vstinner
Date 2017-10-20.08:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508489973.52.0.213398074469.issue31818@psf.upfronthosting.co.za>
In-reply-to
Content
> 3) Find a workaround (such as calling the APIs used by _scproxy in a clean supprocess).

I dislike the idea of *always* spawning a child process, I prefer to leave it as it is, but add a recipe in the doc, or add a new helper function doing that.

Spawning a subprocess can have side effects as well, whereas the subprocess is only need if you call the function after forking which is not the most common pattern in Python.
History
Date User Action Args
2017-10-20 08:59:33vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, Mirko Friedenhagen
2017-10-20 08:59:33vstinnersetmessageid: <1508489973.52.0.213398074469.issue31818@psf.upfronthosting.co.za>
2017-10-20 08:59:33vstinnerlinkissue31818 messages
2017-10-20 08:59:33vstinnercreate