/SIZEOF_LONG/c #ifdef __LP64__ #define SIZEOF_LONG 8 #else /* !__LP64__ */ #define SIZEOF_LONG 4 #endif /* __LP64__ */ . /SIZEOF_PY_INTPTR_T/c #ifdef __LP64__ #define SIZEOF_PY_INTPTR_T 8 #else /* !__LP64__ */ #define SIZEOF_PY_INTPTR_T 4 #endif /* __LP64__ */ . w