cpython/Lib/test/test_interpreters
Eric Snow 976bcb2379
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
I had meant to switch everything to InterpreterError when I added it a while back.  At the time I missed a few key spots.

As part of this, I've added print-the-exception to _PyXI_InitTypes() and fixed an error case in `_PyStaticType_InitBuiltin().
2024-04-03 10:58:39 -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: Raise InterpreterError, Not RuntimeError (gh-117489) 2024-04-03 10:58:39 -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: Consolidate Some Interpreter-related Testing Helpers (gh-117485) 2024-04-02 23:16:50 +00:00