diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2023-12-13 00:00:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 00:00:54 (GMT) |
commit | 8a4c1f3ff1e3d7ed2e00e77b94056f9bb7f9ae3b (patch) | |
tree | 223a5a4761058341672e81141cf2ce6c90bce16d /Python/executor_cases.c.h | |
parent | 7316dfb0ebc46aedf484c1f15f03a0a309d12a42 (diff) | |
download | cpython-8a4c1f3ff1e3d7ed2e00e77b94056f9bb7f9ae3b.zip cpython-8a4c1f3ff1e3d7ed2e00e77b94056f9bb7f9ae3b.tar.gz cpython-8a4c1f3ff1e3d7ed2e00e77b94056f9bb7f9ae3b.tar.bz2 |
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.
Diffstat (limited to 'Python/executor_cases.c.h')
0 files changed, 0 insertions, 0 deletions