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

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Aug 12 13:05:08 CEST 2006


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 Py_ssize_t.

A start would be to have constants in the ctypes module
for Py_ssize_t and other such Python-defined API types.

--
Greg


More information about the Python-3000 mailing list