]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 2 Dec 2024 12:24:03 +0000 (13:24 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 12:24:03 +0000 (13:24 +0100)
commit943e57e1ceae074064d20faaeae2c5edc6b3e631
treec7904f72c48b877f223e8c75724b74da4f88db9a
parent585d48f0010d3c281f36adb6ecba96f2c7453920
[3.13] Fix Unicode encode_wstr_utf8() (#127420) (#127505)

Fix Unicode encode_wstr_utf8() (#127420)

Raise RuntimeError instead of RuntimeWarning.

Co-authored-by: Victor Stinner <vstinner@python.org>
Objects/unicodeobject.c