cpython/Lib/test/test_interpreters
Eric Snow eb22e2b251
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handle Reloading Properly (gh-115493)
The problem manifested when the .py module got reloaded and the corresponding extension module didn't. The .py module registers types with the extension and the extension was not allowing that to happen more than once. The solution: let it happen more than once.
2024-03-04 20:59:30 +00: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: Update test.support.interpreters to Align With PEP 734 (gh-115566) 2024-02-28 16:08:08 -07:00
test_channels.py gh-115490: Make the interpreter.channels and interpreter.queues Modules Handle Reloading Properly (gh-115493) 2024-03-04 20:59:30 +00: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-115490: Make the interpreter.channels and interpreter.queues Modules Handle Reloading Properly (gh-115493) 2024-03-04 20:59:30 +00:00
test_stress.py
utils.py gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566) 2024-02-28 16:08:08 -07:00