]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)
authorInada Naoki <songofacandy@gmail.com>
Wed, 17 Jun 2020 11:09:44 +0000 (20:09 +0900)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 11:09:44 +0000 (20:09 +0900)
commit2c4928d37edc5e4aeec3c0b79fa3460b1ec9b60d
tree31be169cf2554f600034c827870ce2ce384470cd
parent818f5b597ae93411cc44e404544247d436026a00
bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.9.rst
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C API/2020-06-17-11-24-00.bpo-36346.fTMr3S.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/unicodeobject.c
Python/getargs.c