Typedefs | |
typedef uintptr_t | Py_uintptr_t |
typedef intptr_t | Py_intptr_t |
typedef ssize_t | Py_ssize_t |
typedef Py_ssize_t | Py_hash_t |
typedef size_t | Py_uhash_t |
typedef int | Py_ssize_clean_t |
#define HAVE_LONG_LONG |
#define PY_LONG_LONG |
#define PY_LLONG_MIN |
#define PY_LLONG_MAX |
#define PY_ULLONG_MAX |
#define PY_UINT32_T |
#define PY_UINT64_T |
#define PY_INT32_T |
#define PY_INT64_T |
#define PYLONG_BITS_IN_DIGIT |
#define SIZEOF_PY_HASH_T |
#define SIZEOF_PY_UHASH_T |
#define PY_SIZE_MAX |
#define PY_SSIZE_T_MAX |
#define PY_SSIZE_T_MIN |
#define Py_LOCAL | ( | type | ) |
#define Py_LOCAL_INLINE | ( | type | ) |
#define Py_MEMCPY |
#define S_IFMT |
#define S_IFLNK |
#define S_ISREG | ( | x | ) |
#define S_ISDIR | ( | x | ) |
#define S_ISCHR | ( | x | ) |
#define Py_ARITHMETIC_RIGHT_SHIFT | ( | TYPE, | |
I, | |||
J | |||
) |
#define Py_FORCE_EXPANSION | ( | X | ) |
#define Py_SAFE_DOWNCAST | ( | VALUE, | |
WIDE, | |||
NARROW | |||
) |
#define _Py_SET_EDOM_FOR_NAN | ( | X | ) |
#define Py_SET_ERRNO_ON_MATH_ERROR | ( | X | ) |
#define Py_SET_ERANGE_IF_OVERFLOW | ( | X | ) |
#define Py_ADJUST_ERANGE1 | ( | X | ) |
#define Py_ADJUST_ERANGE2 | ( | X, | |
Y | |||
) |
#define _Py_SET_53BIT_PRECISION_HEADER |
#define _Py_SET_53BIT_PRECISION_START |
#define _Py_SET_53BIT_PRECISION_END |
#define Py_DEPRECATED | ( | VERSION_UNUSED | ) |
#define _Py_COMP_DIAG_PUSH |
#define _Py_COMP_DIAG_IGNORE_DEPR_DECLS |
#define _Py_COMP_DIAG_POP |
#define _Py_HOT_FUNCTION |
#define _Py_NO_INLINE |
#define PyAPI_FUNC | ( | RTYPE | ) |
#define PyAPI_DATA | ( | RTYPE | ) |
#define PyMODINIT_FUNC |
#define INT_MAX |
#define LONG_MAX |
#define LONG_MIN |
#define LONG_BIT |
#define Py_GCC_ATTRIBUTE | ( | x | ) |
#define Py_ALIGNED | ( | x | ) |
#define Py_LL | ( | x | ) |
#define Py_ULL | ( | x | ) |
#define Py_VA_COPY |
#define PY_BIG_ENDIAN |
#define PY_LITTLE_ENDIAN |
#define PY_DWORD_MAX |
#define WITH_THREAD |
#define _Py_NO_RETURN |
#define _Py__has_builtin | ( | x | ) |
typedef uintptr_t Py_uintptr_t |
typedef intptr_t Py_intptr_t |
typedef Py_ssize_t Py_hash_t |
typedef size_t Py_uhash_t |
typedef int Py_ssize_clean_t |