Home
last modified time | relevance | path

Searched refs:Py_GetBuildInfo (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Python/
Dgetversion.c13 PY_VERSION, Py_GetBuildInfo(), Py_GetCompiler()); in Py_GetVersion()
/external/python/cpython2/Modules/
Dgetbuildinfo.c43 Py_GetBuildInfo(void) in Py_GetBuildInfo() function
/external/python/cpython2/Include/
Dpythonrun.h113 PyAPI_FUNC(const char *) Py_GetBuildInfo(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def424 Py_GetBuildInfo
/external/python/cpython2/PC/os2emx/
Dpython27.def23 "Py_GetBuildInfo"
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1575 :c:func:`Py_GetBuildInfo` function that returns a string of build information
2165 interpreter by calling the :c:func:`Py_GetBuildInfo` function that returns a
/external/python/cpython2/Doc/c-api/
Dinit.rst255 .. c:function:: const char* Py_GetBuildInfo()
/external/python/cpython2/Misc/
DNEWS4901 - Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when