Skip to content

gh-153313: Work around string decoding bug in emcc 6.0.2 - #153698

Merged
corona10 merged 1 commit into
python:mainfrom
hoodmane:emcc-6.0.2-fix-string-decode
Jul 14, 2026
Merged

gh-153313: Work around string decoding bug in emcc 6.0.2#153698
corona10 merged 1 commit into
python:mainfrom
hoodmane:emcc-6.0.2-fix-string-decode

Conversation

@hoodmane

@hoodmanehoodmane commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Resolves#153313. Can remove once we update to emcc 6.0.3. Upstream issue:
emscripten-core/emscripten#27241

@hoodmanehoodmane changed the title gh-153313: Workaround for string decoding regression in emcc 6.0.2gh-153313: Work around string decoding bug in emcc 6.0.2Jul 14, 2026

@corona10corona10 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with cross-checking the solution from emscripten-core/emscripten#27241 (comment)

@corona10
corona10 merged commit 066811e into python:mainJul 14, 2026
56 checks passed
@hoodmane
hoodmane deleted the emcc-6.0.2-fix-string-decode branch July 14, 2026 14:26
@hoodmane

Copy link
Copy Markdown
ContributorAuthor

I guess it would have been good to run the build bot on this one. But it worked locally so probably it's a correct fix in the build bot too.

@freakboy3742

Copy link
Copy Markdown
Contributor

For completeness; Emscripten buildbot is back to green with this fix.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PyRepl tests failing with Emscripten 6.0.2

3 participants

@hoodmane@freakboy3742@corona10