 |
Blender V4.3
|
Go to the documentation of this file.
13#if PY_VERSION_HEX >= 0x030d0000
14# define PY_ARG_PARSER_HEAD_COMPAT()
15#elif PY_VERSION_HEX >= 0x030c0000
17# define PY_ARG_PARSER_HEAD_COMPAT() 0,
19# define PY_ARG_PARSER_HEAD_COMPAT()
23#if PY_VERSION_HEX < 0x030d0000
24# define PyObject_GetOptionalAttr _PyObject_LookupAttr