Home
last modified time | relevance | path

Searched refs:PY_VERSION (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Python/
Dgetversion.c13 PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler()); in Py_GetVersion()
Dinitconfig.c2394 (print_version >= 2) ? Py_GetVersion() : PY_VERSION); in config_parse_cmdline()
/third_party/python/Include/
Dpatchlevel.h26 #define PY_VERSION "3.10.2" macro
/third_party/python/PC/
Dpython_ver_rc.h22 #define PYTHON_VERSION PY_VERSION "\0"
/third_party/flatbuffers/tests/
Dpy_test.py19 PY_VERSION = sys.version_info[:2] variable
2362 if PY_VERSION < (2, 6):
2368 if PY_VERSION == (2, 6):
/third_party/python/Programs/
D_testembed.c1889 printf("Python " PY_VERSION " _testembed executable for embedded interpreter tests\n" in main()