]> 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>
Thu, 18 Jun 2020 08:30:53 +0000 (17:30 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 08:30:53 +0000 (17:30 +0900)
commit610a60c601fb4380eee30e15be1cd4dcbdaeec4c
treec628710b4dc5552913a9b3cbe74b704e3b958d37
parent9a58f03dc21d15c076d051d902ce1d0324db9741
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>
(cherry picked from commit 2c4928d37edc5e4aeec3c0b79fa3460b1ec9b60d)
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