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

I wrote the PR 3928 to call AddVectoredExceptionHandler(0, ...) rather than 
AddVectoredExceptionHandler(1, ...), but it doesn't work as expected.

I tested "faulthandler.enable(); faulthandler._sigsegv()": a traceback is 
logged. But this code tested the *signal handler* rather than the exception 
handler. I disabled manually the code of faulthandler.enable() to not install 
signal handlers anymore: no more traceback is logged.

----------

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

Reply via email to