[Python-3000] threading, part 2 --- + a bit of ctypes FFI worry
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun Aug 13 03:26:26 CEST 2006
Lawrence Oluyede wrote:
> rctypes and pypy tools are somewhat one step further than ctypes
> machinery. In rctypes you can easily do something like:
>
> size_t = ctypes_platform.SimpleType("size_t", c_ulong)
Does this work dynamically, or does it rely on
C code being generated and the C compiler working
out the details?
--
Greg
More information about the Python-3000
mailing list