]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
authorInada Naoki <songofacandy@gmail.com>
Sun, 5 Jul 2020 02:01:54 +0000 (11:01 +0900)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 02:01:54 +0000 (11:01 +0900)
commit13c90e82b6a1c3baff7f48f1bdc38058f6072f04
tree08f3fb71a0f7bd35de40dbe08739c1461300911a
parent1f76453173267887ed05bb3783e862cb22365ae8
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)

PyUnicode_EncodeDecimal and PyUnicode_TransformDecimalToASCII
are deprecated since Python 3.3.
But Py_DEPRECATED(3.3) was commented out.
Include/cpython/unicodeobject.h
Modules/_testcapimodule.c