-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
"Paste mode" in the new REPL does not display the result of evaluated expressions #118893
Labels
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
Comments
AlexWaygood
added
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
labels
May 10, 2024
It is not only with conditions, but with any expressions, including literals. |
This was referenced May 14, 2024
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
May 21, 2024
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
May 21, 2024
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
May 21, 2024
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
May 21, 2024
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
May 21, 2024
ambv
added a commit
that referenced
this issue
May 21, 2024
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 22, 2024
…ythonGH-119318) (cherry picked from commit a3e4fec) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
lysnikolaou
pushed a commit
that referenced
this issue
May 22, 2024
Looks like this is now fixed! (@pablogsal or @ambv please reopen if there's more to do!) |
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…ython#119318) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
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
new features, bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
We've discovered that if you manually type out a condition that evaluates to
False
in the new REPL,False
is printed as the result, as expected......but that if you copy and paste this condition into the REPL, nothing is printed (implying that the condition evaluates to
None
:Thanks @Eclips4 for realising that the difference in behaviour here was due to copying-and-pasting the condition rather than typing it out!
Originally posted by @AlexWaygood in #111201 (comment)
Linked PRs
The text was updated successfully, but these errors were encountered: