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.

作者 kristjan.jonsson
收信人 asvetlov, jnoller, kristjan.jonsson, loewis, ocean-city
日期 2009-04-02.13:23:04
SpamBayes Score 9.416974e-07
Marked as misclassified
Message-id <1238678586.4.0.743997155541.issue5619@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2009-04-02 13:23:06kristjan.jonsson修改recipients: + kristjan.jonsson, loewis, ocean-city, jnoller, asvetlov
2009-04-02 13:23:06kristjan.jonsson修改messageid: <1238678586.4.0.743997155541.issue5619@psf.upfronthosting.co.za>
2009-04-02 13:23:04kristjan.jonsson链接issue5619 messages
2009-04-02 13:23:04kristjan.jonsson创建