Home | History | Annotate | Download | only in python2.7

Lines Matching refs:Py_uintptr_t

36 Used in:  Py_uintptr_t
159 typedef uintptr_t Py_uintptr_t;
163 typedef unsigned int Py_uintptr_t;
167 typedef unsigned long Py_uintptr_t;
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
175 # error "Python needs a typedef for Py_uintptr_t in pyport.h."