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.

作者 vstinner
收信人 Mirko Friedenhagen, ned.deily, ronaldoussoren, vstinner
日期 2017-10-20.08:59:33
SpamBayes Score -1.0
Marked as misclassified
Message-id <1508489973.52.0.213398074469.issue31818@psf.upfronthosting.co.za>
In-reply-to
内容
> 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.
历史
日期 用户 动作 参数
2017-10-20 08:59:33vstinner修改recipients: + vstinner, ronaldoussoren, ned.deily, Mirko Friedenhagen
2017-10-20 08:59:33vstinner修改messageid: <1508489973.52.0.213398074469.issue31818@psf.upfronthosting.co.za>
2017-10-20 08:59:33vstinner链接issue31818 messages
2017-10-20 08:59:33vstinner创建