Home
last modified time | relevance | path

Searched refs:_Py_hgversion (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dgetbuildinfo.c48 const char *revision = _Py_hgversion(); in Py_GetBuildInfo()
70 _Py_hgversion(void) in _Py_hgversion() function
/external/python/cpython2/Include/
Dpythonrun.h118 PyAPI_FUNC(const char *) _Py_hgversion(void);
/external/python/cpython2/Python/
Dsysmodule.c1431 _Py_hgversion())); in _PySys_Init()