Home
last modified time | relevance | path

Searched refs:PY_RELEASE_SERIAL (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dpatchlevel.h23 #define PY_RELEASE_SERIAL 0 macro
35 (PY_RELEASE_SERIAL << 0))
/third_party/python/Doc/c-api/
Dapiabiversion.rst33 .. c:macro:: PY_RELEASE_SERIAL
55 | | 29-32 | ``PY_RELEASE_SERIAL`` | ``0x2`` |
/third_party/python/PC/
Dpython_ver_rc.h31 #if PY_RELEASE_SERIAL > 9
/third_party/python/Doc/library/
D__future__.rst38 PY_RELEASE_SERIAL # the 3; an int
/third_party/python/Python/
Dsysmodule.c2646 SetIntItem(PY_RELEASE_SERIAL); in make_version_info()