HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: //lib64/python3.6/site-packages/Cython/Includes/cpython/longintrepr.pxd
# Internals of the "long" type (Python 2) or "int" type (Python 3).
# This is not part of Python's published API.

cdef extern from "longintrepr.h":
    # Add explicit cast to avoid compiler warnings
    cdef _PyLong_New "(PyObject*)_PyLong_New"(Py_ssize_t s)

    ctypedef unsigned int digit
    ctypedef int sdigit  # Python >= 2.7 only

    ctypedef struct PyLongObject:
        digit* ob_digit

    cdef long PyLong_SHIFT
    cdef digit PyLong_BASE
    cdef digit PyLong_MASK