cpython/Lib/test/libregrtest
Miss Islington (bot) abefbcba8a
[3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373)
gh-121084: Fix test_typing random leaks (GH-121360)

Clear typing ABC caches when running tests for refleaks (-R option):
call _abc_caches_clear() on typing abstract classes and their
subclasses.
(cherry picked from commit 5f660e8e2c)

Co-authored-by: Victor Stinner <vstinner@python.org>
2024-07-04 18:07:07 +00:00
..
__init__.py
cmdline.py
filter.py
findtests.py
logger.py
main.py
mypy.ini
pgo.py
refleak.py [3.13] gh-121084: Call _abc_registry_clear() when checking refleaks (GH-121191) (#121208) 2024-07-01 09:34:53 +00:00
result.py
results.py
run_workers.py
runtests.py
save_env.py
setup.py
single.py
testresult.py [3.13] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#121204) 2024-07-01 08:55:38 +00:00
tsan.py
utils.py [3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373) 2024-07-04 18:07:07 +00:00
win_utils.py
worker.py