]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
authorVictor Stinner <vstinner@redhat.com>
Wed, 18 Sep 2019 12:15:10 +0000 (14:15 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2019 12:15:10 +0000 (14:15 +0200)
commit0a963fbc9c4cf4569f1eadaa2aa1229bb0081256
tree8c56b4aaead5f269c769f16b7ff49e5320900b88
parentda57599af51c602b015b6880123fef6eccdabcf5
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)

dump_traceback_later() and cancel_dump_traceback_later() functions of
the faulthandler module are always available since Python 3.7.
Doc/library/faulthandler.rst
Lib/test/eintrdata/eintr_tester.py
Lib/test/libregrtest/main.py
Lib/test/test_faulthandler.py
Lib/test/test_regrtest.py
Modules/faulthandler.c