diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-08-07 20:20:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 20:20:57 (GMT) |
commit | e73e7a7abdc3fed252affcb1629df1b3c8fff2ef (patch) | |
tree | 40ddcdddf5afa080c8027af381db07f3ffab2bb9 /Python | |
parent | 42d9bec98fd846e16a3f4fa9a07e2024aae533ce (diff) | |
download | cpython-e73e7a7abdc3fed252affcb1629df1b3c8fff2ef.zip cpython-e73e7a7abdc3fed252affcb1629df1b3c8fff2ef.tar.gz cpython-e73e7a7abdc3fed252affcb1629df1b3c8fff2ef.tar.bz2 |
gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)
Frames of methods in code and codeop modules was show with non-default
sys.excepthook.
Save correct tracebacks in sys.last_traceback and update __traceback__
attribute of sys.last_value and sys.last_exc.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions