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 kristjan.jonsson
Recipients asvetlov, jnoller, kristjan.jonsson, loewis, ocean-city
Date 2009-04-02.13:23:04
SpamBayes Score 9.416974e-07
Marked as misclassified No
Message-id <1238678586.4.0.743997155541.issue5619@psf.upfronthosting.co.za>
In-reply-to
Content
There is another issue for py3k:
test_sys has a test, test_recursionlimit_fatalerror(), but PyFatalError
() will invoke a DebugBreak() in DEBUG mode, causing another dialogue 
popup.  What do do here?
Adding 
    import msvcrt
    msvcrt.SetErrorMode(msvcrt.SEM_FAILCRITICALERRORS)
to the executed code doesn't seem to help.  Any ideas?
History
Date User Action Args
2009-04-02 13:23:06kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, ocean-city, jnoller, asvetlov
2009-04-02 13:23:06kristjan.jonssonsetmessageid: <1238678586.4.0.743997155541.issue5619@psf.upfronthosting.co.za>
2009-04-02 13:23:04kristjan.jonssonlinkissue5619 messages
2009-04-02 13:23:04kristjan.jonssoncreate