Searched refs:PY_VERSION (Results 1 – 6 of 6) sorted by relevance
13 PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler()); in Py_GetVersion()
2394 (print_version >= 2) ? Py_GetVersion() : PY_VERSION); in config_parse_cmdline()
26 #define PY_VERSION "3.10.2" macro
22 #define PYTHON_VERSION PY_VERSION "\0"
19 PY_VERSION = sys.version_info[:2] variable2362 if PY_VERSION < (2, 6):2368 if PY_VERSION == (2, 6):
1889 printf("Python " PY_VERSION " _testembed executable for embedded interpreter tests\n" in main()