Searched refs:_Py_gitidentifier (Results 1 – 6 of 6) sorted by relevance
42 const char *gitid = _Py_gitidentifier(); in Py_GetBuildInfo()58 _Py_gitidentifier(void) in _Py_gitidentifier() function
54 PyAPI_FUNC(const char *) _Py_gitidentifier(void);
116 PyAPI_FUNC(const char *) _Py_gitidentifier(void);
1430 Py_BuildValue("(szz)", "CPython", _Py_gitidentifier(), in _PySys_Init()
2699 Py_BuildValue("(szz)", "CPython", _Py_gitidentifier(), in _PySys_InitCore()