Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt146 _PySys_ImplName
/external/python/cpython3/Python/
Dsysmodule.c2173 const char *_PySys_ImplName = NAME; variable
2195 value = PyUnicode_FromString(_PySys_ImplName); in make_impl_info()