Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dpython_nt.rc16 * PY_VERSION comes from patchevel.h
18 #define PYTHON_VERSION PY_VERSION "\0"
/external/python/cpython2/Python/
Dgetversion.c13 PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler()); in Py_GetVersion()
/external/python/cpython2/Include/
Dpatchlevel.h30 #define PY_VERSION "2.7.13" macro
/external/python/cpython2/PC/VS7.1/
Dpython20.wse122 …Text=PY_VERSION should be major.minor only; used to create the registry key; must match MS_DLL_ID …
125 Variable=PY_VERSION
133 Value=Python %PY_VERSION%
2715 Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath
2721 Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath\InstallGroup
2728 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath
2735 Key=Software\Python\PythonCore\%PY_VERSION%\Modules
2753 Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath
2759 Key=Software\Python\PythonCore\%PY_VERSION%\InstallPath\InstallGroup
2766 Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath
[all …]
/external/python/cpython2/Modules/
Dmain.c446 fprintf(stderr, "Python %s\n", PY_VERSION); in Py_Main()
Dpyexpat.c1876 version = PyString_FromString(PY_VERSION); in MODULE_INITFUNC()
/external/flatbuffers/tests/
Dpy_test.py18 PY_VERSION = sys.version_info[:2] variable
1306 if PY_VERSION < (2, 6):
1312 if PY_VERSION == (2, 6):