]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
authorInada Naoki <songofacandy@gmail.com>
Thu, 27 Feb 2020 04:48:59 +0000 (13:48 +0900)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2020 04:48:59 +0000 (13:48 +0900)
commit02a4d57263a9846de35b0db12763ff9e7326f62c
tree7055c08b72477a75014f9cc65f95ee5ec23d95da
parent0c6e3aa67b84adb0fb7c272ae06b7ae77f832295
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)

Avoid using temporary bytes object.
Misc/NEWS.d/next/Core and Builtins/2020-02-03-21-12-39.bpo-39087.YnbUpL.rst [new file with mode: 0644]
Objects/stringlib/codecs.h
Objects/unicodeobject.c