[issue38417] Add support for settting umask in subprocess children

Christian Heimes report at bugs.python.org
Thu Oct 10 04:13:40 EDT 2019


Christian Heimes <lists at cheimes.de> added the comment:

preexec_fn does not work in subinterpreters, which (amongst others) affects mod_wsgi and similar WSGI implementations. Therefore portable software must not use preexec_fn at all.

----------

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


More information about the Python-bugs-list mailing list