STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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.

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8863>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to