Message325181
os.fork() potentially has some problematic behavior when called from a subinterpreter. In additional to the normal fork+threads madness, there's the question of what to do with existing subinterpreters. The simplest solution is to simply disallow fork in a subinterpreter and then wipe out all subinterpreters in the child process post-fork (if os.fork() called in the main interpreter). |
|
Date |
User |
Action |
Args |
2018-09-12 21:04:23 | eric.snow | set | recipients:
+ eric.snow, gregory.p.smith |
2018-09-12 21:04:23 | eric.snow | set | messageid: <1536786263.28.0.956365154283.issue34651@psf.upfronthosting.co.za> |
2018-09-12 21:04:23 | eric.snow | link | issue34651 messages |
2018-09-12 21:04:23 | eric.snow | create | |
|