mirror of https://github.com/python/cpython
8a4c1f3ff1
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. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
test_api.py | ||
test_channels.py | ||
test_lifecycle.py | ||
test_queues.py | ||
test_stress.py | ||
utils.py |