]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Aug 2021 13:56:03 +0000 (06:56 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 13:56:03 +0000 (06:56 -0700)
commit720aef48b558e68c07937f0cc8d62a60f23dcb3d
treefa062c3eb7d375a11efc0cc5c5bde6ab9c8ac8c7
parent0c5e0aa73f6f70d16d21ad9e1eb2d0fe3a334f0a
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)

Fix a crash in the signal handler of the faulthandler module: no
longer modify the reference count of frame objects.
(cherry picked from commit fe997e1a67835a929705c8c305d41c4d7dd326e3)

Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Library/2021-08-20-11-30-52.bpo-44449.1r2-lS.rst [new file with mode: 0644]
Python/traceback.c