Searched refs:_Py_open_impl (Results 1 – 1 of 1) sorted by relevance
1155 _Py_open_impl(const char *pathname, int flags, int gil_held) in _Py_open_impl() function1217 return _Py_open_impl(pathname, flags, 1); in _Py_open()1229 return _Py_open_impl(pathname, flags, 0); in _Py_open_noraise()