On Thu, 03 Feb 2011 21:52:40 +0100
Victor Stinner <victor.stin...@haypocalc.com> wrote:
> 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.stin...@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().

I think that precisely makes it a good idea.  It's much better to know
where a fatal error was triggered from if you want to have a chance of
at least working around it.

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to