cpython/Lib/test/test_interpreters
Eric Snow 8a4c1f3ff1
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
When an exception is uncaught in Interpreter.exec_sync(), it helps to show that exception's error display if uncaught in the calling interpreter.  We do so here by generating a TracebackException in the subinterpreter and passing it between interpreters using pickle.
2023-12-13 00:00:54 +00:00
..
__init__.py
__main__.py
test_api.py gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034) 2023-12-13 00:00:54 +00:00
test_channels.py
test_lifecycle.py
test_queues.py
test_stress.py
utils.py gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034) 2023-12-13 00:00:54 +00:00