signal.ItimerError

exception signal.ItimerError

Raised to signal an error from the underlying setitimer() or getitimer() implementation. Expect this error if an invalid interval timer or a negative time is passed to setitimer(). This error is a subtype of OSError.

New in version 3.3: This error used to be a subtype of IOError, which is now an alias of OSError.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.