]> granicus.if.org Git - python/commit
Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k"
authorThomas Heller <theller@ctypes.org>
Mon, 11 Jun 2007 15:58:33 +0000 (15:58 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 11 Jun 2007 15:58:33 +0000 (15:58 +0000)
commit410c3b58c925698538452351b25d15d1b816a254
tree427fdca2a12f9648d3c3f5c1f4d0d468fab73c69
parentdb2b1b33899b6aeb12b9d9721772ae23afe822ef
Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k"
or "K" codes.
Modules/_ctypes/callproc.c
Modules/_ctypes/ctypes.h