Home
last modified time | relevance | path

Searched refs:_PyIO_locale_module (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h146 extern PyObject *_PyIO_locale_module;
Dtextio.c872 if (_PyIO_locale_module == NULL) { in textiowrapper_init()
873 _PyIO_locale_module = PyImport_ImportModule("locale"); in textiowrapper_init()
874 if (_PyIO_locale_module == NULL) in textiowrapper_init()
882 _PyIO_locale_module, "getpreferredencoding", NULL); in textiowrapper_init()
D_iomodule.c623 PyObject *_PyIO_locale_module = NULL; variable