 |
Blender V4.5
|
Go to the documentation of this file.
18#if PY_VERSION_HEX >= 0x030d0000
19# define PY_ARG_PARSER_HEAD_COMPAT()
20#elif PY_VERSION_HEX >= 0x030c0000
22# define PY_ARG_PARSER_HEAD_COMPAT() 0,
24# define PY_ARG_PARSER_HEAD_COMPAT()
28#if PY_VERSION_HEX < 0x030d0000
29# define PyObject_GetOptionalAttr _PyObject_LookupAttr
31# define Py_IsFinalizing _Py_IsFinalizing
35#if PY_VERSION_HEX < 0x030e0000
36# define Py_HashPointer _Py_HashPointer
37# define PyThreadState_GetUnchecked _PyThreadState_UncheckedGet