]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36346: array: Don't use deprecated APIs (GH-19653)
authorInada Naoki <songofacandy@gmail.com>
Mon, 11 May 2020 06:37:25 +0000 (15:37 +0900)
committerGitHub <noreply@github.com>
Mon, 11 May 2020 06:37:25 +0000 (15:37 +0900)
commitd5d9a718662e67e2b1ac7874dda9df2d8d71d415
treefb56aad14eba2825613b5ab59714c0ecfa60f85e
parent6067d4bc3ce5ff4cfa5b47ceecc84a3941bc031c
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>
Doc/library/array.rst
Doc/whatsnew/3.9.rst
Modules/arraymodule.c
Modules/clinic/arraymodule.c.h