-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore #136707
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-127146: Emscripten: Don't need to avoid unpaired surrogate anymore #136707
Conversation
…nymore This might have been fixed by pythongh-136624, or by some Emscripten change. In any case, it no longer seems to be needed.
!buildbot emscripten |
🤖 New build scheduled with the buildbot fleet by @hoodmane for commit 41f0124 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F136707%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
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.
👍
Thanks @hoodmane for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…nymore (pythonGH-136707) This might have been fixed by pythongh-136624, or by some Emscripten change. In any case, it no longer seems to be needed. (cherry picked from commit dcd27aa) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
GH-136717 is a backport of this pull request to the 3.14 branch. |
This might have been fixed by gh-136624, or by some Emscripten change. In any case, it no longer seems to be needed.