Searched defs:PyInt_AsSsize_t (Results 1 – 5 of 5) sorted by relevance
29 #define PyInt_AsSsize_t PyInt_AsLong macro
51 #define PyInt_AsSsize_t(o) __Pyx_PyInt_AsInt(o) macro178 #define PyInt_AsSsize_t PyLong_AsSsize_t macro