Searched defs:PY_VERSION_HEX (Results 1 – 2 of 2) sorted by relevance
31 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \ macro
39 #define PY_VERSION_HEX ((PY_MAJOR_VERSION << 24) | \ macro