Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpatchlevel.h23 #define PY_RELEASE_SERIAL 0 macro
35 (PY_RELEASE_SERIAL << 0))
/external/python/cpython2/Include/
Dpatchlevel.h27 #define PY_RELEASE_SERIAL 0 macro
43 (PY_RELEASE_SERIAL << 0))
/external/python/cpython2/PC/
Dpython_nt.rc27 #if PY_RELEASE_SERIAL > 9
28 # error "PY_RELEASE_SERIAL > 9"
Dmake_versioninfo.c27 PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL); in main()
/external/python/cpython3/PC/
Dpython_ver_rc.h31 #if PY_RELEASE_SERIAL > 9
/external/python/cpython3/Doc/c-api/
Dapiabiversion.rst32 | | ``29-32`` | ``PY_RELEASE_SERIAL`` (the ``2`` in |
/external/python/cpython2/Doc/library/
D__future__.rst38 PY_RELEASE_SERIAL # the 3; an int
Dsys.rst590 | :const:`29-32` | ``PY_RELEASE_SERIAL`` (the ``3`` in |
/external/python/cpython3/Doc/library/
D__future__.rst38 PY_RELEASE_SERIAL # the 3; an int
/external/python/cpython2/Python/
Dsysmodule.c1345 SetIntItem(PY_RELEASE_SERIAL); in make_version_info()
/external/python/cpython3/Python/
Dsysmodule.c2160 SetIntItem(PY_RELEASE_SERIAL); in make_version_info()