]> granicus.if.org Git - python/commit
Fix a regression introduced by rev. 63792: ctypes function pointers
authorThomas Heller <theller@ctypes.org>
Tue, 19 Aug 2008 19:25:04 +0000 (19:25 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 19 Aug 2008 19:25:04 +0000 (19:25 +0000)
commit0ad5ae02af093ad2aa6e97b9eb503efb58e52fcc
tree4434819df9bb30598b3a26b9fda4a3ab880fd378
parent4348a25665b2f09f76a605bab507b4edacc4dd24
Fix a regression introduced by rev. 63792: ctypes function pointers
that are COM methods must have a boolean True value.
Lib/ctypes/test/test_pointers.py
Misc/NEWS
Modules/_ctypes/_ctypes.c