Home
last modified time | relevance | path

Searched refs:PY_MINOR_VERSION (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Include/
Dpatchlevel.h20 #define PY_MINOR_VERSION 10 macro
32 (PY_MINOR_VERSION << 16) | \
/third_party/python/Python/
Ddynload_win.c22 … PYD_DEBUG_SUFFIX ".cp" Py_STRINGIFY(PY_MAJOR_VERSION) Py_STRINGIFY(PY_MINOR_VERSION) "-" PYD_PLAT…
24 …_SUFFIX PYD_DEBUG_SUFFIX ".cp" Py_STRINGIFY(PY_MAJOR_VERSION) Py_STRINGIFY(PY_MINOR_VERSION) ".pyd"
267 PY_MAJOR_VERSION,PY_MINOR_VERSION);
Dsysmodule.c2687 SetIntItem(PY_MINOR_VERSION); in make_version_info()
2705 #define MINOR Py_STRINGIFY(PY_MINOR_VERSION)
/third_party/python/Doc/c-api/
Dapiabiversion.rst19 .. c:macro:: PY_MINOR_VERSION
49 | 2 | 9-16 | ``PY_MINOR_VERSION`` | ``0x04`` |
Dveryhigh.rst363 initialized to ``PY_MINOR_VERSION``.
/third_party/python/PC/
Dpython_ver_rc.h34 #define PYVERSION64 PY_MAJOR_VERSION, PY_MINOR_VERSION, FIELD3, PYTHON_API_VERSION
/third_party/python/Include/cpython/
Dcompile.h30 (PyCompilerFlags){.cf_flags = 0, .cf_feature_version = PY_MINOR_VERSION}
/third_party/python/Doc/library/
D__future__.rst35 PY_MINOR_VERSION, # the 1; an int
/third_party/python/Modules/
Dgetpath.c1298 … L"python" Py_STRINGIFY(PY_MAJOR_VERSION) Py_STRINGIFY(PY_MINOR_VERSION) in calculate_zip_path()
/third_party/python/Parser/
Dpegen.c1440 Parser *p = _PyPegen_Parser_New(tok, start_rule, parser_flags, PY_MINOR_VERSION, in _PyPegen_run_parser_from_file_pointer()
1481 flags->cf_feature_version : PY_MINOR_VERSION; in _PyPegen_run_parser_from_string()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c949 #if ((PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION > 6) || \
950 (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION > 0) || \
/third_party/python/Doc/whatsnew/
D3.8.rst2012 field. It should be initialized to ``PY_MINOR_VERSION``. The field is ignored