Searched refs:PY_VERSION (Results 1 – 7 of 7) 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()
30 #define PY_VERSION "2.7.13" macro
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 …]
446 fprintf(stderr, "Python %s\n", PY_VERSION); in Py_Main()
1876 version = PyString_FromString(PY_VERSION); in MODULE_INITFUNC()
18 PY_VERSION = sys.version_info[:2] variable1306 if PY_VERSION < (2, 6):1312 if PY_VERSION == (2, 6):