diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2023-12-12 17:31:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 00:31:30 +0000 |
commit | c6e614fd81d7dca436fe640d63a307c7dc9f6f3b (patch) | |
tree | c433141c74720a09c4e93722891d111a57ecd32a /Lib/asyncio/taskgroups.py | |
parent | 7e2d93f30b157e414924c32232bb748c8f66c828 (diff) | |
download | cpython-c6e614fd81d7dca436fe640d63a307c7dc9f6f3b.tar.gz cpython-c6e614fd81d7dca436fe640d63a307c7dc9f6f3b.zip |
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exceptions (gh-113036)
We need the TracebackException of uncaught exceptions for a single purpose: the error display. Thus we only need to pass the formatted error display between interpreters. Passing a pickled TracebackException is overkill.
Diffstat (limited to 'Lib/asyncio/taskgroups.py')
0 files changed, 0 insertions, 0 deletions