cpython/Lib/test/test_interpreters
Eric Snow 8b209fd4f8
gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121805)
See 6b98b274b6 for an explanation of the problem and solution.  Here I've applied the solution to channels.
2024-07-15 19:43:59 +00:00
..
__init__.py gh-117953: Skip `test_interpreters` properly without GIL (#120689) 2024-06-18 15:22:24 +00:00
__main__.py
test_api.py
test_channels.py gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121805) 2024-07-15 19:43:59 +00:00
test_lifecycle.py
test_queues.py gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121805) 2024-07-15 19:43:59 +00:00
test_stress.py gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_count (gh-120529) 2024-06-17 13:16:00 -06:00
utils.py