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

For the records, test_regrtest.test_crashed() uses faulthandler._sigsegv() in 
the master branch. This function calls raise(SIGSEGV) directly, rather than 
trying to read from NULL (address 0).

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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

Reply via email to