Antoine Pitrou <pit...@free.fr> added the comment:

I think calling PyErr_WriteUnraisable would be more appropriate than 
PyErr_Clear.
I also wonder whether it's ok to ignore the exception. Pressing e.g. Ctrl-C 
generally shouldn't fail to stop the program, even if another exception is 
being processed at that moment.
(of course, you could argue this is already the case when e.g. the signal is 
received while in a __del__)

----------
nosy: +amaury.forgeotdarc, pitrou
stage:  -> patch review

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

Reply via email to