STINNER Victor <vstin...@redhat.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35537>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to