]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (#136707)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 16 Jul 2025 15:53:47 +0000 (17:53 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 15:53:47 +0000 (17:53 +0200)
commitdcd27aace180737adaddc79c00c181816fc6e162
tree3397bcd06f4b6a710383c012f9ef369cd523cb28
parentbde808ad6ba5eee8a6201983cf071449d7ce7e39
gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (#136707)

This might have been fixed by gh-136624, or by some Emscripten change.
In any case, it no longer seems to be needed.
Lib/test/test_warnings/__init__.py