]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Sep 2019 12:43:17 +0000 (05:43 -0700)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2019 12:43:17 +0000 (05:43 -0700)
commit1a3a48ddaf41dff3c0fcedcfe7ec0940158c568d
tree025255b29190834c9cdd04b076b98b97f4d3a60d
parent8b907a8875d1b22d8f060dee9430cc82d471e86b
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260)

dump_traceback_later() and cancel_dump_traceback_later() functions of
the faulthandler module are always available since Python 3.7.
(cherry picked from commit 064e1e384120635330493abf300b1113eadd904c)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Doc/library/faulthandler.rst