]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1635741: Fix winreg reference leaks (GH-31560)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Feb 2022 11:34:00 +0000 (12:34 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 11:34:00 +0000 (12:34 +0100)
commit4657bf701670215ce69b89401b2307022a3b0a7d
tree92a8bc023e925254e272a621cb07340b2637cde1
parente2e72567a1c94c548868f6ee5329363e6036057a
bpo-1635741: Fix winreg reference leaks (GH-31560)

Clear also the PyHKEY_Type static type at exit.
Objects/object.c
PC/winreg.c