]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix refleaks in PyErr_SetHandledException (GH-91627)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Sun, 17 Apr 2022 06:52:53 +0000 (02:52 -0400)
committerGitHub <noreply@github.com>
Sun, 17 Apr 2022 06:52:53 +0000 (02:52 -0400)
commit3289209716011b21128f45de69f4a8e9d376c78e
tree68fc0d31d42150c2bf637f4547011993499074ab
parent37965d2fb434d8343d5c70fb6a462a16ae7882b8
Fix refleaks in PyErr_SetHandledException (GH-91627)
Python/errors.c