-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Fix Unicode encode_wstr_utf8() #127420
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
Fix Unicode encode_wstr_utf8() #127420
Conversation
Raise RuntimeError instead of RuntimeWarning.
Issue spotted indirectly at: #127338 (comment) |
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.
LGTM
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @vstinner, I could not cleanly backport this to
|
Sorry, @vstinner, I could not cleanly backport this to
|
I can take care of the backports. |
GH-127504 is a backport of this pull request to the 3.12 branch. |
GH-127505 is a backport of this pull request to the 3.13 branch. |
Raise RuntimeError instead of RuntimeWarning.
Fix Unicode encode_wstr_utf8() (#127420) Raise RuntimeError instead of RuntimeWarning. Co-authored-by: Victor Stinner <[email protected]>
Fix Unicode encode_wstr_utf8() (#127420) Raise RuntimeError instead of RuntimeWarning. Co-authored-by: Victor Stinner <[email protected]>
Raise RuntimeError instead of RuntimeWarning.
Raise RuntimeError instead of RuntimeWarning.
Raise RuntimeError instead of RuntimeWarning.