-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Allow the repl to show source code and complete tracebacks #110805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
pablogsal
added a commit
that referenced
this issue
Oct 13, 2023
pablogsal
added a commit
that referenced
this issue
Oct 13, 2023
…REPL tracebacks (#110814) Fix test_peg_generator after the change in the parser for REPL tracebacks
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…r for REPL tracebacks (python#110814) Fix test_peg_generator after the change in the parser for REPL tracebacks
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…r for REPL tracebacks (python#110814) Fix test_peg_generator after the change in the parser for REPL tracebacks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently the REPL doesn't show traceback source or augmented information for the source that is typed in the repl itself:
To improve user experience, we want the REPL to be able to treat source lines thar were typed directly as any other kind and show proper tracebacks:
Linked PRs
The text was updated successfully, but these errors were encountered: