Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318) · python/cpython@9c38408 · GitHub
Skip to content

Commit 9c38408

Browse files
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 13c90e8) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
1 parent 1cbcf98 commit 9c38408

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Include/cpython/unicodeobject.h

Lines changed: 2 additions & 2 deletions

Modules/_testcapimodule.c

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)