]> granicus.if.org Git - python/commit
Backport from py3k: Implement the new buffer interface from pep3118
authorThomas Heller <theller@ctypes.org>
Thu, 5 Jun 2008 17:51:15 +0000 (17:51 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 5 Jun 2008 17:51:15 +0000 (17:51 +0000)
commit2e75c450d23987d49afb2a093f71cd849c2b27b9
treea0e4394b53d5182c0d8fc667902562fb60156ab5
parent259a566ac5985eab14671621b2143a3be3ad4aef
Backport from py3k: Implement the new buffer interface from pep3118
for ctypes instances.  Closes issue #2404.
Lib/ctypes/test/test_pep3118.py [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/stgdict.c