]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)
authorVictor Stinner <vstinner@python.org>
Sat, 26 Feb 2022 23:28:24 +0000 (00:28 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Feb 2022 23:28:24 +0000 (00:28 +0100)
commitad56919c5ed54523f866e6605a2573ab7b7d5235
tree1cc23ffd1c3f58b123ff0936852a08bb86f32b88
parente182c660b63bc23420fb9f0593d77a3fa3b7f1c7
bpo-46857: Fix refleak in OSError INIT_ALIAS() (GH-31594)

_Py_GetRefTotal() no longer decrements _PySet_Dummy refcount.
Lib/test/test_embed.py
Objects/exceptions.c
Objects/object.c