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 skrah
Recipients brian.curtin, georg.brandl, pitrou, skrah
Date 2010-08-30.22:41:26
SpamBayes Score 6.2111744e-06
Marked as misclassified No
Message-id <1283208088.0.0.78362308392.issue9116@psf.upfronthosting.co.za>
In-reply-to
Content
I just see that the test is running as expected:

_testcapi.crash_no_current_thread() is running in a subprocess, so
the abort() is harmless on Linux. On Windows, abort() causes the
pop-ups, apparently even when it occurs in a subprocess.

Perhaps we should generally use an ABORT() macro, which translates to
exit() on Windows.
History
Date User Action Args
2010-08-30 22:41:28skrahsetrecipients: + skrah, georg.brandl, pitrou, brian.curtin
2010-08-30 22:41:28skrahsetmessageid: <1283208088.0.0.78362308392.issue9116@psf.upfronthosting.co.za>
2010-08-30 22:41:26skrahlinkissue9116 messages
2010-08-30 22:41:26skrahcreate