-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
gh-130804: Fix support of typing unicode chars in pyrepl #130805
gh-130804: Fix support of typing unicode chars in pyrepl #130805
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does fix the issue on Windows. I've also tested on Linux and saw no breakage.
Co-authored-by: Petr Viktorin <encukou@gmail.com>
LGTM Thanks a lot for the fix @sergey-miryanov |
Thanks @sergey-miryanov for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @sergey-miryanov and @pablogsal, I could not cleanly backport this to
|
Tests have failed. |
How was the PR landed then? |
It's odd, it's the same set up yet somehow they are all failing now? |
This PR also only modifies test_multiple_statements_fail_early so I don't see how is this related |
Reverting doesn't fix anything:
|
Its this PR: 6ab5c4a |
Doesn't seem like it:
|
Weird? Only one left then would be yours a931a8b maybe it has something to do with the traceback modifications? |
I'm pretty sure it's a931a8b |
@sergey-miryanov Can you check #130805 (comment) ? Seems the backport needs some adaptations to 3.13. Could you take a look? |
@pablogsal |
That's tricky. That may be considered a feature so I am not sure we can. @ambv what do you think? |
Fixed typing of unicode chars (I tested on Cyrillic chars on Windows)