]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45385: Fix reference leak from descr_check (#28719)
authorDong-hee Na <donghee.na@python.org>
Thu, 7 Oct 2021 00:51:56 +0000 (09:51 +0900)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 00:51:56 +0000 (09:51 +0900)
commite6ff4eba6da9b64aed235ba8d730b5645f71955c
treebd0bf71554647beac4607a38ddcb46b4ed7e5448
parent5f401f10400123afa9171548c432ea3fc37c0736
bpo-45385: Fix reference leak from descr_check (#28719)
Misc/NEWS.d/next/Core and Builtins/2021-10-06-21-20-11.bpo-45385.CTUT8s.rst [new file with mode: 0644]
Objects/descrobject.c