Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
[3.14] gh-127146: Emscripten: Fix test_open_undecodable_uri by setting-sTEXTDECODER=2
(GH-136624)#136631
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… `-sTEXTDECODER=2` (pythonGH-136624)Removes the JS text decoder fallback and gets rid of the bugs due to the differencesin behavior on invalid utf8 strings. Seeemscripten-core/emscripten#24690.(cherry picked from commit283b050)Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
!buildbot emscripten |
bedevere-bot commentedJul 13, 2025
🤖 New build scheduled with the buildbot fleet by@freakboy3742 for commite660f71 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F136631%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
2618180
intopython:3.14Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Removes the JS text decoder fallback and gets rid of the bugs due to the differences
in behavior on invalid utf8 strings. Seeemscripten-core/emscripten#24690.
(cherry picked from commit283b050)
Co-authored-by: Hood Chathamroberthoodchatham@gmail.com