]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
faulthandler: add Windows exception handler
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Mar 2016 09:39:17 +0000 (10:39 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Mar 2016 09:39:17 +0000 (10:39 +0100)
commit404cdc5a924a294a17c04b745df5549c32e08130
tree4a795a02e514252d0fb796dfa09ab810275f2f33
parentbd31b7c48317eecf981215afbb1f30c81769acbf
faulthandler: add Windows exception handler

Issue #23848: On Windows, faulthandler.enable() now also installs an exception
handler to dump the traceback of all Python threads on any Windows exception,
not only on UNIX signals (SIGSEGV, SIGFPE, SIGABRT).
Doc/library/faulthandler.rst
Doc/whatsnew/3.6.rst
Lib/test/test_faulthandler.py
Misc/NEWS
Modules/faulthandler.c