]> granicus.if.org Git - python/commit
Merged revisions 65868,65870 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Tue, 19 Aug 2008 19:49:49 +0000 (19:49 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 19 Aug 2008 19:49:49 +0000 (19:49 +0000)
commitf5049fc8c65ca45a3d42de400be57353b42f1d61
tree194458c17b52e4894ef88af2f42e5371d558f89a
parent58ea9fedc825a91a3b153898afade19512bbde85
Merged revisions 65868,65870 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65868 | thomas.heller | 2008-08-19 21:25:04 +0200 (Di, 19 Aug 2008) | 3 lines

  Fix a regression introduced by rev. 63792: ctypes function pointers
  that are COM methods must have a boolean True value.
........
  r65870 | thomas.heller | 2008-08-19 21:40:23 +0200 (Di, 19 Aug 2008) | 1 line

  COM method code is windows specific
........
Lib/ctypes/test/test_pointers.py
Misc/NEWS
Modules/_ctypes/_ctypes.c