errors.fyi community error code reference
InterruptedError
python

InterruptedError

Raised when a system call is interrupted by a signal. errno is EINTR. Since Python 3.5, most system calls are retried automatically on EINTR.

References

โ† all namespaces for InterruptedError