[issue37951] Disallow fork in a subinterpreter broke subprocesses in mod_wsgi daemon mode

Gregory P. Smith report at bugs.python.org
Mon Aug 26 13:28:11 EDT 2019


Gregory P. Smith <greg at krypto.org> added the comment:

FWIW, _posixsubprocess.fork_exec() should be safe to allow.

The only thing within it to disallow, if you're going to bother to check this at all, is any use of the legacy preexec_fn support.

----------
nosy: +gregory.p.smith

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37951>
_______________________________________


More information about the Python-bugs-list mailing list