What is the actual type of "interrupted system call"?

mrstevegross mrstevegross at gmail.com
Tue Jun 9 15:29:17 EDT 2009


> That works for me.  There isn't an "InterruptedSystemCall" error or
> equivalent in the standard exception hierarchy.  EnvironmentError is
> the parent of OSError & IOError, which is where you'll most likely be
> encountering that state.

Thanks!
--Steve



More information about the Python-list mailing list