]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46730: Fix refleak and tighten NULL checks (GH-31389)
authorChristian Heimes <christian@python.org>
Thu, 17 Feb 2022 19:27:42 +0000 (21:27 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 19:27:42 +0000 (14:27 -0500)
commit9e06d03672547041239812efe4901c06da6cbd2f
tree89ed307e9b1f1de13f9551670b3ed5e1d505c62c
parent98dd0aec2d0cb8971fb5363532c25041a5ba6fdc
bpo-46730: Fix refleak and tighten NULL checks (GH-31389)

``PyType_GetQualName`` returns a new reference.

Signed-off-by: Christian Heimes <christian@python.org>
Objects/descrobject.c