[Python-3000] threading, part 2 --- + a bit of ctypes FFI worry (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sat Aug 12 13:05:08 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 ]
Tim Peters wrote:
It's unclear to me how to write portable ctypes code in the presence of a gazillion integer typedefs and #defines, such as for Pyssizet.
A start would be to have constants in the ctypes module for Py_ssize_t and other such Python-defined API types.
-- 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 ]