]> granicus.if.org Git - python/commit
Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for
authorThomas Heller <theller@ctypes.org>
Mon, 14 Apr 2008 16:10:07 +0000 (16:10 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 14 Apr 2008 16:10:07 +0000 (16:10 +0000)
commit046e6a43ff64885d9f5cdaac13a2b9f6e0ee8c84
tree5acb0a36e8bcadbf5bca7c981c911178af2acbe6
parentda950eb01c1191e6ccdd02ca009fca7ead2b3066
Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for
better performance.
Lib/ctypes/__init__.py
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c
Modules/_ctypes/ctypes.h