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-08-18.22:39:25
SpamBayes Score 6.185109e-05
Marked as misclassified No
Message-id <1282171166.86.0.446390014411.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
dmalcolm asked if it would be possible to display the Python backtrace on Py_FatalError(). I don't know: Py_FatalError() is usually called when Python internals are broken. But well, segfaults do also usually occurs when something is broken :-)
History
Date User Action Args
2010-08-18 22:39:26vstinnersetrecipients: + vstinner, pitrou
2010-08-18 22:39:26vstinnersetmessageid: <1282171166.86.0.446390014411.issue8863@psf.upfronthosting.co.za>
2010-08-18 22:39:25vstinnerlinkissue8863 messages
2010-08-18 22:39:25vstinnercreate