Message343421
> I'd start by documenting the limitation and keeping a future feature request of "Allow subprocess to work from subinterpreters". That is doable. Supporting os.fork() is not.
subprocess is able to use os.posix_spawn() in Python 3.8. In that case, it's not limited by os.fork() check ;-) Windows isn't limited neither, CreateProcess() isn't limited in subinterpreters. |
|
Date |
User |
Action |
Args |
2019-05-24 19:25:25 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, eric.snow, hroncok |
2019-05-24 19:25:25 | vstinner | set | messageid: <1558725925.2.0.650949625634.issue34651@roundup.psfhosted.org> |
2019-05-24 19:25:25 | vstinner | link | issue34651 messages |
2019-05-24 19:25:25 | vstinner | create | |
|