Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c57 static _PyInitError initfsencoding(PyInterpreterState *interp);
947 err = initfsencoding(interp); in _Py_InitializeMainInterpreter()
1466 err = initfsencoding(interp); in new_interpreter()
1607 initfsencoding(PyInterpreterState *interp) in initfsencoding() function
/external/python/cpython3/Misc/
DHISTORY9853 - sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not