Uh oh!
There was an error while loading. Please reload this page.
gh-130804: Fix support of typing unicode chars in pyrepl - #130805
Conversation
encukou
left a comment
There was a problem hiding this comment.
This does fix the issue on Windows. I've also tested on Linux and saw no breakage.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Petr Viktorin <encukou@gmail.com>
pablogsal
commented
Mar 10, 2025
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 |
StanFromIreland
commented
Mar 10, 2025
Tests have failed. |
pablogsal
commented
Mar 10, 2025
How was the PR landed then? |
pablogsal
commented
Mar 10, 2025
StanFromIreland
commented
Mar 10, 2025
It's odd, it's the same set up yet somehow they are all failing now? |
pablogsal
commented
Mar 10, 2025
This PR also only modifies test_multiple_statements_fail_early so I don't see how is this related |
pablogsal
commented
Mar 10, 2025
Reverting doesn't fix anything: |
StanFromIreland
commented
Mar 10, 2025
Its this PR: 6ab5c4a |
pablogsal
commented
Mar 10, 2025
Doesn't seem like it: |
Weird? Only one left then would be yours a931a8b maybe it has something to do with the traceback modifications? |
pablogsal
commented
Mar 10, 2025
I'm pretty sure it's a931a8b |
pablogsal
commented
Mar 10, 2025
pablogsal
commented
Mar 10, 2025
@sergey-miryanov Can you check #130805 (comment) ? Seems the backport needs some adaptations to 3.13. Could you take a look? |
@pablogsal |
pablogsal
commented
Mar 11, 2025
That's tricky. That may be considered a feature so I am not sure we can. @ambv what do you think? |
…pythonGH-130805) (cherry picked from commit 7c98b06) Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
GH-133462 is a backport of this pull request to the 3.13 branch. |
Fixed typing of unicode chars (I tested on Cyrillic chars on Windows)