]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47250: Fix refleak from object.__getstate__() (GH-32403)
authorDong-hee Na <donghee.na@python.org>
Thu, 7 Apr 2022 23:27:00 +0000 (08:27 +0900)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 23:27:00 +0000 (08:27 +0900)
commite2d78baed385c349d756e96d8f0def0268fa9c4f
treeda82fa98ab9d379518b714051d50fccff397fd27
parentef6a482b0285870c45f39c9b17ed827362b334ae
bpo-47250: Fix refleak from object.__getstate__() (GH-32403)

Co-authored-by: Brandt Bucher <brandt@python.org>
Objects/typeobject.c