Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetbuildinfo.c50 const char *hgid = _Py_hgidentifier(); in Py_GetBuildInfo()
76 _Py_hgidentifier(void) in _Py_hgidentifier() function
/external/python/cpython2/Include/
Dpythonrun.h117 PyAPI_FUNC(const char *) _Py_hgidentifier(void);
/external/python/cpython2/Python/
Dsysmodule.c1430 Py_BuildValue("(szz)", "CPython", _Py_hgidentifier(), in _PySys_Init()