Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c585 static PyStructSequence_Desc windows_version_desc = { variable
1512 PyStructSequence_InitType(&WindowsVersionType, &windows_version_desc); in _PySys_Init()
/external/python/cpython3/Python/
Dsysmodule.c1059 static PyStructSequence_Desc windows_version_desc = { variable
2402 &windows_version_desc) < 0) { in _PySys_BeginInit()