]> granicus.if.org Git - python/commit
Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
authorThomas Heller <theller@ctypes.org>
Fri, 18 Sep 2009 20:05:44 +0000 (20:05 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 18 Sep 2009 20:05:44 +0000 (20:05 +0000)
commit6be522bfc268a3a49c7a605667a760dd4a09e43f
tree71c82690ef32e8cf6cb535ec6070071098cb7138
parent7a352c0ed8a12d868d9b682f4adf33f558d19855
Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
does now always result in NULL.
Lib/ctypes/test/test_parameters.py
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c