]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139156: Optimize _PyUnicode_EncodeCharmap() (#139306)
authorVictor Stinner <vstinner@python.org>
Thu, 25 Sep 2025 09:42:16 +0000 (11:42 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Sep 2025 09:42:16 +0000 (11:42 +0200)
commite9c538dd54d1e270bcb33e10f919cc9e8e7cb934
treeb7a1f9e5be97e0a28115777ec2db29543b2dbcc3
parent1963e701001839389cfb1b11d803b0743f4705d7
gh-139156: Optimize _PyUnicode_EncodeCharmap() (#139306)

Specialize _PyUnicode_EncodeCharmap() for EncodingMapType which is
used by Python codecs such as iso8859_15.
Objects/unicodeobject.c