]> granicus.if.org Git - python/commit
Issue #7703: ctypes supports both buffer() and memoryview(). The former is deprecated.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 22 Mar 2010 16:07:38 +0000 (16:07 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 22 Mar 2010 16:07:38 +0000 (16:07 +0000)
commit9e7a4c9738cffe785156b46c02148b890530ef14
treec4fd377ac46cd710311ad1a5d2a74323a4927e1e
parentc9d1a7845ba18466ee048666239c6b969c9acd33
Issue #7703: ctypes supports both buffer() and memoryview().  The former is deprecated.
Complement of r79288.
Lib/ctypes/test/test_strings.py
Misc/NEWS
Modules/_ctypes/_ctypes.c