]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
faulthandler: Test Py_FatalError() with GIL released
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Mar 2016 16:23:35 +0000 (17:23 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Mar 2016 16:23:35 +0000 (17:23 +0100)
commit57003f81ead9ff38150c1e4821811c66c296d33c
tree032dc11bab422f9a5b5bc0e0470b8f9e9e9889f3
parent4ddee7f5fd38137629eea15f3bf4b48dbdbcb356
faulthandler: Test Py_FatalError() with GIL released

Issue #26558.
Lib/test/test_faulthandler.py
Modules/faulthandler.c