]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104454: Fix refleak in AttributeError_reduce (#104455)
authorCharles Machalow <csm10495@gmail.com>
Sat, 13 May 2023 20:45:36 +0000 (13:45 -0700)
committerGitHub <noreply@github.com>
Sat, 13 May 2023 20:45:36 +0000 (13:45 -0700)
commit7d2deafb73237a2175971a26cfb544974661de4b
tree3dd338ea3255fee6b2b6d06d088a45eeb6037128
parent46f1c78eebe08e96ed29d364b1804dd37364831d
gh-104454: Fix refleak in AttributeError_reduce (#104455)

* Fix the reference leak introduced by https://github.com/python/cpython/issues/103333

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Objects/exceptions.c