]> granicus.if.org Git - python/commit
ctypes: remove use of legacy unicode API (GH-12340)
authorInada Naoki <songofacandy@gmail.com>
Fri, 19 Apr 2019 07:07:19 +0000 (16:07 +0900)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2019 07:07:19 +0000 (16:07 +0900)
commit9d062d690b768252204992fc6ab7c3873a87442d
treee31cacc3cefbe167ea7aef30289fc1d6a99ef5b9
parente8113f51a8bdf33188ee30a1c038a298329e7bfa
ctypes: remove use of legacy unicode API (GH-12340)

PyUnicode_AsUnicodeAndSize() -> PyUnicode_AsWideChar()
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c