Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetbuildinfo.c40 const char *revision = _Py_gitversion(); in Py_GetBuildInfo()
52 _Py_gitversion(void) in _Py_gitversion() function
/external/python/cpython3/Modules/
Dgetbuildinfo.c40 const char *revision = _Py_gitversion(); in Py_GetBuildInfo()
52 _Py_gitversion(void) in _Py_gitversion() function
/external/python/cpython2/Include/
Dpythonrun.h117 PyAPI_FUNC(const char *) _Py_gitversion(void);
/external/python/cpython3/Include/
Dpylifecycle.h162 PyAPI_FUNC(const char *) _Py_gitversion(void);
/external/python/cpython2/Python/
Dsysmodule.c1431 _Py_gitversion())); in _PySys_Init()
/external/python/cpython3/Python/
Dsysmodule.c2325 _Py_gitversion())); in _PySys_BeginInit()