commit | a6683c8de226cde343b2ba71f8b123447d6c81c0 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Sep 18 20:12:29 2009 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Sep 18 20:12:29 2009 +0000 |
tree | bf5ded2b993b78bf9b953c5f11b4e453c22a916b | |
parent | 820aefe29d8f6fb100f222ea50e2d7f35e9a04eb [diff] |
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. ........