Searched refs:_PyIO_os_module (Results 1 – 2 of 2) sorted by relevance
622 PyObject *_PyIO_os_module = NULL; variable640 _PyIO_os_module = PyImport_ImportModule("os"); in init_io()641 if (_PyIO_os_module == NULL) in init_io()774 Py_CLEAR(_PyIO_os_module); in init_io()
145 extern PyObject *_PyIO_os_module;