]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)
authorVictor Stinner <vstinner@python.org>
Mon, 1 Jul 2024 09:03:33 +0000 (11:03 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 09:03:33 +0000 (11:03 +0200)
commitc766ad206ea60b1e0edcb625b99e7631954a984f
treed8382e736dc897211e877dd4e627b03b9110e9e5
parent6988ff02a5741bcd04a8f46b7dd845e849557be0
gh-121084: Call _abc_registry_clear() when checking refleaks (#121191)

dash_R_cleanup() now calls _abc_registry_clear() before calling again
register().
Lib/test/libregrtest/refleak.py