]> granicus.if.org Git - python/commit
Merged revisions 74921 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Fri, 18 Sep 2009 20:08:39 +0000 (20:08 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 18 Sep 2009 20:08:39 +0000 (20:08 +0000)
commit69b639f9464d4f9d4b9303d218a2f8bfc8269591
tree631bac786c00fe2a0c1ffa554957e11f01fd8ea7
parentd7cb1b9119beab9a4ffb627bd65cf9e287d32b66
Merged revisions 74921 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74921 | thomas.heller | 2009-09-18 22:05:44 +0200 (Fr, 18 Sep 2009) | 3 lines

  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