Fix microsoft/vscode#232420: Python REPL cursor drifting - #25521
Merged
Anthony Kim (anthonykim1) merged 2 commits intoNov 7, 2025
Conversation
Eleanor Boyd (eleanorjboyd)
requested a review
from Anthony Kim (anthonykim1)
October 16, 2025 19:32
Author
|
Eleanor Boyd (@eleanorjboyd) Anthony Kim (@anthonykim1) Any updates on this? It's a very simple fix and it's been hanging around for like 3 weeks. |
|
Thanks for the PR! |
Author
|
@microsoft-github-policy-service agree |
|
The change to |
Anthony Kim (anthonykim1)
approved these changes
Nov 7, 2025
Christof Marti (chrmarti)
approved these changes
Nov 7, 2025
Anthony Kim (anthonykim1)
merged commit Nov 7, 2025
2ce21a0
into
microsoft:main
49 of 50 checks passed
This was referenced Nov 7, 2025
Nick Trogh (ntrogh)
pushed a commit
to microsoft/vscode-docs
that referenced
this pull request
Dec 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It seems
readlineis only imported ifsys.platform != "win32", so this fix is applied on that condition too.Context: microsoft/vscode#232420