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 vstinner
Recipients vstinner
Date 2013-09-07.08:34:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378542841.95.0.330646753662.issue18957@psf.upfronthosting.co.za>
In-reply-to
Content
Most Python environment variables (PYTHON*) only enable something when their value is non-empty. The PYTHONFAULTHANDLER enables the faulthandler even if the value is empty. As the author of the module, I think that it is a bug and should be fixed (even in Python 3.3).
History
Date User Action Args
2013-09-07 08:34:01vstinnersetrecipients: + vstinner
2013-09-07 08:34:01vstinnersetmessageid: <1378542841.95.0.330646753662.issue18957@psf.upfronthosting.co.za>
2013-09-07 08:34:01vstinnerlinkissue18957 messages
2013-09-07 08:34:01vstinnercreate