[issue38417] Add support for settting umask in subprocess children

Christian Heimes report at bugs.python.org
Thu Oct 10 04:14:42 EDT 2019


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

Changed in version 3.8: The preexec_fn parameter is no longer supported in subinterpreters. The use of the parameter in a subinterpreter raises RuntimeError. The new restriction may affect applications that are deployed in mod_wsgi, uWSGI, and other embedded environments.

----------

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


More information about the Python-bugs-list mailing list