]> granicus.if.org Git - python/commit
Patch #1517790: It is now possible to use custom objects in the ctypes
authorThomas Heller <theller@ctypes.org>
Thu, 6 Jul 2006 08:48:35 +0000 (08:48 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 6 Jul 2006 08:48:35 +0000 (08:48 +0000)
commit5becdbee96abef0ec5d5009618d7c3316678168e
treebf9e1813c6cfc7741827c97f0798500df0c27a5f
parent2329b64c20d0c8891102aa2fb65c836efeea3d7c
Patch #1517790: It is now possible to use custom objects in the ctypes
foreign function argtypes sequence as long as they provide a
from_param method, no longer is it required that the object is a
ctypes type.
Lib/ctypes/test/test_parameters.py
Misc/NEWS
Modules/_ctypes/_ctypes.c