mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
178b5b16d3
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 c766ad206e)
Co-authored-by: Victor Stinner <vstinner@python.org>