]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119396: Optimize unicode_decode_utf8_writer() (#119957)
authorVictor Stinner <vstinner@python.org>
Mon, 3 Jun 2024 06:45:20 +0000 (08:45 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 06:45:20 +0000 (08:45 +0200)
commit3ea9b92086240b2f38a74c6945e7a723b480cefe
tree53c03de52a2063549320abb0685182b07e485f44
parent8e6321efd72d12263398994e59c5216edcada3c0
gh-119396: Optimize unicode_decode_utf8_writer() (#119957)

Optimize unicode_decode_utf8_writer()

Take the ascii_decode() fast-path even if dest is not aligned on
size_t bytes.
Objects/unicodeobject.c