]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2020 02:19:40 +0000 (19:19 -0700)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 02:19:40 +0000 (19:19 -0700)
commit9c3840870814493fed62e140cfa43c2883e12181
tree7cdd3e5a8f3fdfd5dd6383f5f42d5d86ce24d87d
parent1cbcf9833f26588a16b5b69d202df727dbd09968
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.
(cherry picked from commit 13c90e82b6a1c3baff7f48f1bdc38058f6072f04)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Include/cpython/unicodeobject.h
Modules/_testcapimodule.c