Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpatchlevel.h20 #define PY_MINOR_VERSION 10 macro
32 (PY_MINOR_VERSION << 16) | \
/third_party/boost/boost/python/detail/
Dwrap_python.hpp84 #if PY_MAJOR_VERSION<2 || PY_MAJOR_VERSION==2 && PY_MINOR_VERSION<2
103 # if PY_MAJOR_VERSION < 2 || PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION <= 2
175 #if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION == 2 && PY_MICRO_VERSION < 2
Dconfig.hpp110 #define BOOST_LIB_NAME BOOST_PYTHON_CONCAT(boost_python, PY_MAJOR_VERSION, PY_MINOR_VERSION)
/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.c2643 SetIntItem(PY_MINOR_VERSION); in make_version_info()
2661 #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/boost/boost/python/numpy/
Dconfig.hpp67 #define BOOST_LIB_NAME BOOST_PYTHON_CONCAT(boost_numpy, PY_MAJOR_VERSION, PY_MINOR_VERSION)
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcommon.pyx.pxi15 from cpython.version cimport PY_MAJOR_VERSION, PY_MINOR_VERSION
172 if PY_MAJOR_VERSION >= 3 and PY_MINOR_VERSION >= 7:
/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.c1417 Parser *p = _PyPegen_Parser_New(tok, start_rule, parser_flags, PY_MINOR_VERSION, in _PyPegen_run_parser_from_file_pointer()
1458 flags->cf_feature_version : PY_MINOR_VERSION; in _PyPegen_run_parser_from_string()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c945 #if ((PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION > 6) || \
946 (PY_MAJOR_VERSION == 3 && PY_MINOR_VERSION > 0) || \
/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