Searched refs:PyExc_EnvironmentError (Results 1 – 11 of 11) sorted by relevance
19 PyExc_EnvironmentError
131 PyAPI_DATA(PyObject *) PyExc_EnvironmentError;
217 PyAPI_DATA(PyObject *) PyExc_EnvironmentError;
199 PyExc_EnvironmentError=python37.PyExc_EnvironmentError DATA
806 MiddlingExtendsException(PyExc_EnvironmentError, IOError,813 MiddlingExtendsException(PyExc_EnvironmentError, OSError,
789 "PyExc_EnvironmentError"
531 single: PyExc_EnvironmentError582 | :c:data:`PyExc_EnvironmentError` | :exc:`EnvironmentError` | \(1) |
1459 PyExc_EnvironmentError , NULL); in initmmap()
946 single: PyExc_EnvironmentError953 | :c:data:`PyExc_EnvironmentError` | |
728 if (!PyErr_ExceptionMatches(PyExc_EnvironmentError)) in _PyIO_trap_eintr()
16 PyObject *PyExc_EnvironmentError = NULL; variable