Searched refs:_PyIO_locale_module (Results 1 – 3 of 3) sorted by relevance
146 extern PyObject *_PyIO_locale_module;
623 PyObject *_PyIO_locale_module = NULL; variable
872 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()