]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Fix Unicode encode_wstr_utf8() (#127420) (#127504)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 2 Dec 2024 12:24:26 +0000 (13:24 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 12:24:26 +0000 (13:24 +0100)
commit9f0d6b71d677363f305c63cb5601c1410310435e
tree99b888cf84223ec51ac29ab1db6c8c29e39a2fff
parent828db9016bf7d13cb935af079fad26adf4e2b49d
[3.12] Fix Unicode encode_wstr_utf8() (#127420) (#127504)

Fix Unicode encode_wstr_utf8() (#127420)

Raise RuntimeError instead of RuntimeWarning.

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