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-18.01:11:46
SpamBayes Score 1.3322408e-06
Marked as misclassified No
Message-id <1292634707.91.0.939684623228.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I'm tired...

> Summary of the patch:
> - ...abort the process (call the debugger on Windows)

(the debugger is only called if Python is compiled in debug mode)

> - Add PYTHONNOHANDLER environment variable ...

Oops, the correct name is PYTHONNOFAULTHANDLER (no fault handler).
History
Date User Action Args
2010-12-18 01:11:47vstinnersetrecipients: + vstinner, davidfraser, pitrou, dmalcolm, joshbressers
2010-12-18 01:11:47vstinnersetmessageid: <1292634707.91.0.939684623228.issue8863@psf.upfronthosting.co.za>
2010-12-18 01:11:46vstinnerlinkissue8863 messages
2010-12-18 01:11:46vstinnercreate