pub type PyIOError = PyOSError;
Alias of PyOSError, corresponding to IOError alias in Python.
PyOSError
IOError
pub struct PyIOError(/* private fields */);