Home
last modified time | relevance | path

Searched refs:PY_MICRO_VERSION (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dpatchlevel.h21 #define PY_MICRO_VERSION 2 macro
33 (PY_MICRO_VERSION << 8) | \
/third_party/python/Doc/c-api/
Dapiabiversion.rst23 .. c:macro:: PY_MICRO_VERSION
51 | 3 | 17-24 | ``PY_MICRO_VERSION`` | ``0x01`` |
/third_party/python/PC/
Dpython_ver_rc.h25 #if PY_MICRO_VERSION > 64
/third_party/boost/boost/python/detail/
Dpython22_fixed.h66 #if PY_MICRO_VERSION == 1 // Boost.Python modification: emulate Python 2.2
Dwrap_python.hpp175 #if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION == 2 && PY_MICRO_VERSION < 2
/third_party/python/Doc/library/
D__future__.rst36 PY_MICRO_VERSION, # the 0; an int
/third_party/python/Python/
Dsysmodule.c2644 SetIntItem(PY_MICRO_VERSION); in make_version_info()