消息 [304649]
> 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:33 | vstinner | 修改 | recipients:
+ vstinner, ronaldoussoren, ned.deily, Mirko Friedenhagen |
| 2017-10-20 08:59:33 | vstinner | 修改 | messageid: <1508489973.52.0.213398074469.issue31818@psf.upfronthosting.co.za> |
| 2017-10-20 08:59:33 | vstinner | 链接 | issue31818 messages |
| 2017-10-20 08:59:33 | vstinner | 创建 | |
|