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 cstratak, ishcherb, serhiy.storchaka, vstinner
Date 2017-10-10.13:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507641288.64.0.213398074469.issue31719@psf.upfronthosting.co.za>
In-reply-to
Content
> Why not use just abort() or Py_FatalError()?

I try to test how a real program crash, like a real invalid memory read. Maybe it doesn't matter much here.
History
Date User Action Args
2017-10-10 13:14:48vstinnersetrecipients: + vstinner, serhiy.storchaka, cstratak, ishcherb
2017-10-10 13:14:48vstinnersetmessageid: <1507641288.64.0.213398074469.issue31719@psf.upfronthosting.co.za>
2017-10-10 13:14:48vstinnerlinkissue31719 messages
2017-10-10 13:14:48vstinnercreate