cpython/Lib/test/test_interpreters
Eric Snow 3831144f9c
gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)
gh-117662 introduced some refleaks, or, rather, exposed some existing refleaks.  The leaks are coming when test.support.os_helper is imported in a "legacy" interpreter.  I've updated test.test_interpreters.utils to avoid importing os_helper, which fixes the leaks.  I'll address the root cause separately.
2024-04-15 20:16:37 -06:00
..
__init__.py
__main__.py Fix trivial typo in test_interpreters (GH-113381) 2023-12-23 14:10:41 +00:00
test_api.py gh-76785: Fix Windows Refleak in test_interpreters (gh-117913) 2024-04-15 20:16:37 -06:00
test_channels.py gh-76785: Minor Improvements to "interpreters" Module (gh-116328) 2024-03-05 08:54:46 -07:00
test_lifecycle.py gh-71052: Add test exclusions to support running the test suite on Android (#115918) 2024-02-29 22:32:50 +01:00
test_queues.py gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485) 2024-04-02 23:16:50 +00:00
test_stress.py
utils.py gh-76785: Fix Windows Refleak in test_interpreters (gh-117913) 2024-04-15 20:16:37 -06:00