Searched refs:_preinit_xoptions (Results 1 – 1 of 1) sorted by relevance
2155 static _Py_PreInitEntry _preinit_xoptions = NULL; variable2246 for (entry = _preinit_xoptions; entry != NULL; entry = entry->next) { in _PySys_ReadPreinitXOptions()2253 _clear_preinit_entries(&_preinit_xoptions); in _PySys_ReadPreinitXOptions()2421 _append_preinit_entry(&_preinit_xoptions, s); in PySys_AddXOption()