[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
- Previous message: [Python-3000] threading, part 2 --- + a bit of ctypes FFI worry
- Next message: [Python-3000] threading, part 2 --- + a bit of ctypes FFI worry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] threading, part 2 --- + a bit of ctypes FFI worry
- Next message: [Python-3000] threading, part 2 --- + a bit of ctypes FFI worry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]