]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `-sTEXTDECODER=2...
authorHood Chatham <roberthoodchatham@gmail.com>
Sun, 13 Jul 2025 18:30:38 +0000 (20:30 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Jul 2025 18:30:38 +0000 (20:30 +0200)
commit283b05052338dd735cd4927011afc3735d9c6c7c
treebbf683506c61f7328af1ed38a3072e00bb646932
parentda699ed7e546ec106609a3858dd529335facaa4d
gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `-sTEXTDECODER=2` (#136624)

Removes the JS text decoder fallback and gets rid of the bugs due to the differences
in behavior on invalid utf8 strings. See https://github.com/emscripten-core/emscripten/issues/24690.
configure
configure.ac