This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, gregory.p.smith, vstinner
Date 2019-10-10.08:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570695282.25.0.278204097357.issue38417@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-10-10 08:14:42christian.heimessetrecipients: + christian.heimes, gregory.p.smith, vstinner
2019-10-10 08:14:42christian.heimessetmessageid: <1570695282.25.0.278204097357.issue38417@roundup.psfhosted.org>
2019-10-10 08:14:42christian.heimeslinkissue38417 messages
2019-10-10 08:14:41christian.heimescreate