• Thomas Heller's avatar
    Apply the patch #1532975 plus ideas from the patch #1533481. · 86720048
    Thomas Heller yazdı
    ctypes instances no longer have the internal and undocumented
    '_as_parameter_' attribute which was used to adapt them to foreign
    function calls; this mechanism is replaced by a function pointer in
    the type's stgdict.
    
    In the 'from_param' class methods, try the _as_parameter_ attribute if
    other conversions are not possible.
    
    This makes the documented _as_parameter_ mechanism work as intended.
    
    Change the ctypes version number to 1.0.1.
    86720048
Adı
Son kayıt (commit)
Son güncelleme
..
darwin Loading commit data...
libffi Loading commit data...
libffi_arm_wince Loading commit data...
libffi_msvc Loading commit data...
_ctypes.c Loading commit data...
_ctypes_test.c Loading commit data...
_ctypes_test.h Loading commit data...
callbacks.c Loading commit data...
callproc.c Loading commit data...
cfield.c Loading commit data...
ctypes.h Loading commit data...
ctypes_dlfcn.h Loading commit data...
malloc_closure.c Loading commit data...
stgdict.c Loading commit data...