summaryrefslogtreecommitdiffstats
path: root/contrib/tools/cython_py2/Cython/Includes/cpython/pyport.pxd
blob: fec59c9c8c4944c7c8ddec39d0e047bb0a0461bc (plain) (blame)
1
2
3
4
5
6
7
8
cdef extern from "Python.h":
    ctypedef int int32_t
    ctypedef int int64_t
    ctypedef unsigned int uint32_t
    ctypedef unsigned int uint64_t

    const Py_ssize_t PY_SSIZE_T_MIN
    const Py_ssize_t PY_SSIZE_T_MAX