]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
authorInada Naoki <songofacandy@gmail.com>
Sat, 14 Mar 2020 03:43:18 +0000 (12:43 +0900)
committerGitHub <noreply@github.com>
Sat, 14 Mar 2020 03:43:18 +0000 (12:43 +0900)
commitc7ad974d341d3edb6b9d2a2dcae4d3d4794ada6b
tree2026fd46b762fb2deaf9091e4d7e09dc198bc2d3
parent8fb02b6e1942811c8d81041e7df3f5f1f4b1d410
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/cpython/unicodeobject.h
Lib/test/test_unicode.py
Misc/NEWS.d/next/C API/2019-12-19-21-19-53.bpo-39087.l4A11-.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/unicodeobject.c