]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121084: Call _abc_registry_clear() when checking refleaks (GH-121191) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jul 2024 09:34:53 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 09:34:53 +0000 (09:34 +0000)
commit178b5b16d38ba08daa1037920fea274975ac830d
tree8e2a66366fd2c281f0cdc21efc879c9dfd3fb724
parent1f2f9c4ff5c8f1b362766fc4fd38a665674504d1
[3.13] gh-121084: Call _abc_registry_clear() when checking refleaks (GH-121191) (#121208)

gh-121084: Call _abc_registry_clear() when checking refleaks (GH-121191)

dash_R_cleanup() now calls _abc_registry_clear() before calling again
register().
(cherry picked from commit c766ad206ea60b1e0edcb625b99e7631954a984f)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/libregrtest/refleak.py