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 pitrou, vstinner
Date 2010-05-31.19:10:17
SpamBayes Score 0.043001935
Marked as misclassified No
Message-id <1275333019.74.0.666431600586.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue #3999: a similar patch to raise an exception on segfault. This patch was rejected because Python internal state may be corrupted, and we cannot guarantee that next instructions will be executed correctly.

This patch is safer because it just tries to display the backtrace and then exit.
History
Date User Action Args
2010-05-31 19:10:19vstinnersetrecipients: + vstinner, pitrou
2010-05-31 19:10:19vstinnersetmessageid: <1275333019.74.0.666431600586.issue8863@psf.upfronthosting.co.za>
2010-05-31 19:10:17vstinnerlinkissue8863 messages
2010-05-31 19:10:17vstinnercreate