Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetbuildinfo.c42 const char *gitid = _Py_gitidentifier(); in Py_GetBuildInfo()
58 _Py_gitidentifier(void) in _Py_gitidentifier() function
/external/python/cpython2/Modules/
Dgetbuildinfo.c42 const char *gitid = _Py_gitidentifier(); in Py_GetBuildInfo()
58 _Py_gitidentifier(void) in _Py_gitidentifier() function
/external/python/cpython3/Include/cpython/
Dpylifecycle.h54 PyAPI_FUNC(const char *) _Py_gitidentifier(void);
/external/python/cpython2/Include/
Dpythonrun.h116 PyAPI_FUNC(const char *) _Py_gitidentifier(void);
/external/python/cpython2/Python/
Dsysmodule.c1430 Py_BuildValue("(szz)", "CPython", _Py_gitidentifier(), in _PySys_Init()
/external/python/cpython3/Python/
Dsysmodule.c2699 Py_BuildValue("(szz)", "CPython", _Py_gitidentifier(), in _PySys_InitCore()