Searched refs:PY_VERSION (Results 1 – 12 of 12) sorted by relevance
16 * PY_VERSION comes from patchevel.h18 #define PYTHON_VERSION PY_VERSION "\0"
13 PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler()); in Py_GetVersion()
26 #define PY_VERSION "3.7.3" macro
30 #define PY_VERSION "2.7.15+" macro
22 #define PYTHON_VERSION PY_VERSION "\0"
122 …Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID …125 Variable=PY_VERSION133 Value=Python %PY_VERSION%2715 Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath2721 Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath\InstallGroup2728 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath2735 Key=Software\Python\PythonCore\%PY_VERSION%\Modules2753 Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath2759 Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath\InstallGroup2766 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath[all …]
633 printf("Python " PY_VERSION " _testembed executable for embedded interpreter tests\n" in main()
451 fprintf(stderr, "Python %s\n", PY_VERSION); in Py_Main()
1874 version = PyString_FromString(PY_VERSION); in MODULE_INITFUNC()
19 PY_VERSION = sys.version_info[:2] variable1678 if PY_VERSION < (2, 6):1684 if PY_VERSION == (2, 6):
2909 (cmdline->print_version >= 2) ? Py_GetVersion() : PY_VERSION); in pymain_cmdline_impl()