ctypes, python 2.5, WinFunctionType and _as_parameter_

gerard5609 at yahoo.fr gerard5609 at yahoo.fr
Mon Nov 6 18:13:25 EST 2006


Hello,

how to get at the function address of a WinFunctionType ctypes object ?
With ctypes 1.0, I used just myfunc._as_parameter_ and all was well.
With ctypes 1.0.1, that ships with python 2.5, WinFunctionType has no
longer an _as_parameter_ attribute

Where in the ChangeLog and the documentation is explained how to deal
with this change ?

Thanks in advance,

Gerard




More information about the Python-list mailing list