Message332217
> We need to add tests for all corner cases. I.e. disabling any of conditions for posix_spawn should cause the failure.
Do you mean running tests twice, one with posix_spawn(), one without?
> We need to do also something with PyOS_BeforeFork/PyOS_AfterFork_Child/PyOS_AfterFork_Parent.
Can you please elaborate? posix_spawn() may or may not use fork() internally. |
|
| Date |
User |
Action |
Args |
| 2018-12-20 11:19:53 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, pitrou, serhiy.storchaka, izbyshev, pablogsal, nanjekyejoannah |
| 2018-12-20 11:19:53 | vstinner | set | messageid: <[email protected]> |
| 2018-12-20 11:19:53 | vstinner | link | issue35537 messages |
| 2018-12-20 11:19:53 | vstinner | create | |
|