]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Unicode encode_wstr_utf8() (#127420)
authorVictor Stinner <vstinner@python.org>
Mon, 2 Dec 2024 10:14:47 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 10:14:47 +0000 (11:14 +0100)
commitbf21e2160d1dc6869fb230b90a23ab030835395b
treef916060b5e5531a607d64ed64b66ff005fa24790
parenta8dd821d5b25b42c0adeae6642e9b3f9228580f9
Fix Unicode encode_wstr_utf8() (#127420)

Raise RuntimeError instead of RuntimeWarning.
Objects/unicodeobject.c