[Python-Dev] News of the faulthandler project

Victor Stinner victor.stinner at haypocalc.com
Thu Feb 3 21:52:40 CET 2011


Le jeudi 03 février 2011 à 12:22 -0500, Reid Kleckner a écrit :
> On Thu, Feb 3, 2011 at 8:05 AM, Victor Stinner
> <victor.stinner at haypocalc.com> wrote:
> >  - SIGABRT is not handled
> 
> Why not?

Just because I forgot to handle it. But I don't know if it is a good
thing to display the Python backtrace on abort() or not. Python uses
abort() on Py_FatalError().

Victor



More information about the Python-Dev mailing list