]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:29:23 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 09:29:23 +0000 (09:29 +0000)
commit3fba86e8b8df5997291df0ee505819e05af39073
tree783760a58c1a29798e3a5ad284010a959dca1045
parentb80edafff298843f462fa531b94d66d193eb77ae
[3.12] gh-121084: Call _abc_registry_clear() when checking refleaks (GH-121191) (#121209)

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