diff options
author | Inada Naoki <songofacandy@gmail.com> | 2020-05-11 15:37:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 15:37:25 +0900 |
commit | d5d9a718662e67e2b1ac7874dda9df2d8d71d415 (patch) | |
tree | fb56aad14eba2825613b5ab59714c0ecfa60f85e /Python/pythonrun.c | |
parent | 6067d4bc3ce5ff4cfa5b47ceecc84a3941bc031c (diff) | |
download | cpython-git-d5d9a718662e67e2b1ac7874dda9df2d8d71d415.tar.gz |
bpo-36346: array: Don't use deprecated APIs (GH-19653)
* Py_UNICODE -> wchar_t
* Py_UNICODE -> unicode in Argument Clinic
* PyUnicode_AsUnicode -> PyUnicode_AsWideCharString
* Don't use "u#" format.
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions