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

Adam Williamson report at bugs.python.org
Mon Oct 7 15:21:19 EDT 2019


Adam Williamson <awilliam at redhat.com> added the comment:

It's this function:

https://github.com/freeipa/freeipa/blob/master/ipalib/install/kinit.py#L66

The function `run` is imported from `ipapython.ipautil`, it's defined here:

https://github.com/freeipa/freeipa/blob/master/ipapython/ipautil.py#L391

all of this is being run inside a WSGI.

----------

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


More information about the Python-bugs-list mailing list