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

mrstevegross mrstevegross at gmail.com
Tue Jun 9 14:22:36 EDT 2009


I'm trying to write a try/catch block to handle an "interrupted system
call". However, I can't seem to locate information on the actual
typename of the exception. Does anyone know what it would be? I want
my code to look like this:

try:
  ...
except InterruptedSystemCall # what's the right name?
  ...


Thanks,
--Steve



More information about the Python-list mailing list