]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44466: Faulthandler now detects the GC (GH-26823)
authorVictor Stinner <vstinner@python.org>
Mon, 21 Jun 2021 11:15:40 +0000 (13:15 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 11:15:40 +0000 (13:15 +0200)
commitd19163912bfc790283724f05328bd31e4e65003d
treead8b66feb763211adee9f4b11d44c6c417266268
parentfb68791a26e157ed3cdeb409c8d8b6cddc7535bd
bpo-44466: Faulthandler now detects the GC (GH-26823)

The faulthandler module now detects if a fatal error occurs during a
garbage collector collection (only if all_threads is true).
Doc/library/faulthandler.rst
Doc/whatsnew/3.10.rst
Lib/test/test_faulthandler.py
Misc/NEWS.d/next/Library/2021-06-21-12-43-04.bpo-44466.NSm6mv.rst [new file with mode: 0644]
Python/traceback.c