-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
The repr() of the input function is absurdly long #123149
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
3.13
bugs and security fixes
3.14
bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Comments
The reason is that PS: Actually all reader classes are dataclasses so all their fields are included... |
@picnixz I just submitted a patch for this issue, as follow-up to some discussion on #python on Libera.chat IRC |
pablogsal
pushed a commit
that referenced
this issue
Aug 19, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 19, 2024
(cherry picked from commit 833c58b) Co-authored-by: James <[email protected]>
pablogsal
pushed a commit
that referenced
this issue
Aug 19, 2024
jeremyhylton
pushed a commit
to jeremyhylton/cpython
that referenced
this issue
Aug 19, 2024
blhsing
pushed a commit
to blhsing/cpython
that referenced
this issue
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
3.14
bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Yes, this is one incredibly long line.
This is bound to trip up a new user, and provides little of value to an experienced user. Its worth pruning the repr.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: