]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
authorVictor Stinner <vstinner@python.org>
Mon, 18 Jan 2021 17:24:29 +0000 (18:24 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 17:24:29 +0000 (18:24 +0100)
commite232025025c8bd07c1d1b12a583a80c4a673f077
tree4e933d341363bcefedf7ca25f51cd35549ac86d0
parent998ae1fa3fb05a790071217cf8f6ae3a928da13f
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)

Move faulthandler._fatal_error() to _testcapi.fatal_error().
Lib/test/test_capi.py
Lib/test/test_faulthandler.py
Modules/_testcapimodule.c
Modules/faulthandler.c