[Python-3000] threading, part 2 --- + a bit of ctypes FFI worry (original) (raw)

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:

sizet = ctypesplatform.SimpleType("sizet", culong)

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