]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
authorAlex Gaynor <alex.gaynor@gmail.com>
Mon, 19 Oct 2020 22:17:50 +0000 (18:17 -0400)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 22:17:50 +0000 (23:17 +0100)
commit3a8fdb28794b2f19f6c8464378fb8b46bce1f5f4
tree860c455643cb15787c0b2c4de90dec28d96f9d2e
parent4dfb190a33a1deac60306f15d52d2fe11fb93464
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Doc/c-api/unicode.rst
Doc/whatsnew/3.10.rst
Include/cpython/unicodeobject.h
Include/unicodeobject.h
Misc/NEWS.d/next/C API/2020-09-14-10-17-00.bpo-41784.Yl4gI2.rst [new file with mode: 0644]
PC/python3dll.c