]> granicus.if.org Git - python/commit
Make the prototypes of our private PyUnicode_FromWideChar and
authorThomas Heller <theller@ctypes.org>
Fri, 14 Jul 2006 15:01:05 +0000 (15:01 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 14 Jul 2006 15:01:05 +0000 (15:01 +0000)
commit9f902470da71f5b4e8142a2defd5aa0ffe474717
tree39983b715f282be2f47d8903881f2e55f7c920db
parent7d1d43630e117fdc3ccb0a8c6a9b31ab7d443016
Make the prototypes of our private PyUnicode_FromWideChar and
PyUnicode_AsWideChar replacement functions compatible to the official
functions by using Py_ssize_t instead of int.
Modules/_ctypes/_ctypes.c
Modules/_ctypes/ctypes.h