Home
last modified time | relevance | path

Searched refs:version_info_desc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dsysmodule.c1303 static PyStructSequence_Desc version_info_desc = { variable
1494 PyStructSequence_InitType(&VersionInfoType, &version_info_desc); in _PySys_Init()
/external/python/cpython3/Python/
Dsysmodule.c2118 static PyStructSequence_Desc version_info_desc = { variable
2373 &version_info_desc) < 0) { in _PySys_BeginInit()