Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c2800 #define SET_SYS_FROM_STRING(key, value) \ macro
2821 SET_SYS_FROM_STRING("version", Py_GetVersion()); in _PySys_InitCore()
2825 SET_SYS_FROM_STRING("_framework", _PYTHONFRAMEWORK); in _PySys_InitCore()
2827 SET_SYS_FROM_STRING("copyright", Py_GetCopyright()); in _PySys_InitCore()
2828 SET_SYS_FROM_STRING("platform", Py_GetPlatform()); in _PySys_InitCore()
2843 SET_SYS_FROM_STRING("byteorder", "big"); in _PySys_InitCore()
2845 SET_SYS_FROM_STRING("byteorder", "little"); in _PySys_InitCore()
2850 SET_SYS_FROM_STRING("winver", PyWin_DLLVersionString); in _PySys_InitCore()
2853 SET_SYS_FROM_STRING("abiflags", ABIFLAGS); in _PySys_InitCore()
2892 SET_SYS_FROM_STRING("float_repr_style", "short"); in _PySys_InitCore()
[all …]
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9735 SET_SYS_FROM_STRING("byteorder", "little");
9741 SET_SYS_FROM_STRING("winver", PyWin_DLLVersionString);