Home | History | Annotate | Download | only in Include

Lines Matching refs:Py_uintptr_t

51 Used in:  Py_uintptr_t

174 typedef uintptr_t Py_uintptr_t;
178 typedef unsigned int Py_uintptr_t;
182 typedef unsigned long Py_uintptr_t;
186 typedef unsigned PY_LONG_LONG Py_uintptr_t;
190 # error "Python needs a typedef for Py_uintptr_t in pyport.h."