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