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 brian.curtin, loewis, vstinner
Date 2011-03-31.21:28:25
SpamBayes Score 3.2768244e-07
Marked as misclassified No
Message-id <1301606906.26.0.734516650952.issue11732@psf.upfronthosting.co.za>
In-reply-to
Content
Ah yes, I have also issues with the Windows fault handler (the popup). I disabled this popup manually in my Windows XP box.

Instead of skipping the test, I prefer to disable temporary the popup by setting the right registry key (and then restore the previous value or delete the key).

faulthandler causes fatal errors, but test_capi does also test a crash (I don't know which test exactly). I always have to click on the popup to continue to execute the test suite :-(
History
Date User Action Args
2011-03-31 21:28:26vstinnersetrecipients: + vstinner, loewis, brian.curtin
2011-03-31 21:28:26vstinnersetmessageid: <1301606906.26.0.734516650952.issue11732@psf.upfronthosting.co.za>
2011-03-31 21:28:25vstinnerlinkissue11732 messages
2011-03-31 21:28:25vstinnercreate