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 davidfraser, dmalcolm, joshbressers, pitrou, vstinner
Date 2010-12-02.02:15:10
SpamBayes Score 3.1172953e-11
Marked as misclassified No
Message-id <1291256111.87.0.822966202972.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
> If it's an env variable, though, it should be clear that it's
> CPython-specific, so I'm not sure how to call it.

Why do you think that only this variable is CPython-specific? CPython has an option called PYTHONDONTWRITEBYTECODE, but PyPy doesn't create .pyc files (and I suppose that nor IronPython nor Jython create such files).

I propose to call the variable PYTHONNOFAULTHANDLER. I removed "SEG" because it does catch other faults than segmentation faults.
History
Date User Action Args
2010-12-02 02:15:11vstinnersetrecipients: + vstinner, davidfraser, pitrou, dmalcolm, joshbressers
2010-12-02 02:15:11vstinnersetmessageid: <1291256111.87.0.822966202972.issue8863@psf.upfronthosting.co.za>
2010-12-02 02:15:10vstinnerlinkissue8863 messages
2010-12-02 02:15:10vstinnercreate