-
-
Notifications
You must be signed in to change notification settings - Fork 29.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
The pyrepl cache doesn't play well with history #121499
Labels
Comments
|
CC @godlygeek |
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jul 9, 2024
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jul 9, 2024
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jul 9, 2024
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
|
Could it be related to #120460? |
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jul 13, 2024
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jul 13, 2024
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jul 13, 2024
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
ambv
pushed a commit
that referenced
this issue
Jul 13, 2024
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 13, 2024
…GH-121531) (cherry picked from commit 4b9e10d) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…#121531) Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type the following in the REPL:
Now press up arrow 3 times to go to the
foofunction. The REPL shows:which is a weird mix between the two entries.
I have bisected this to 32a0fab
Linked PRs
The text was updated successfully, but these errors were encountered: