Use OSError instead of IOError (#9683)

This commit is contained in:
Nikita Sobolev
2023-02-06 21:56:32 +03:00
committed by GitHub
parent c96079f0df
commit f7cb7f33b2
6 changed files with 7 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ else:
SIGXCPU: Signals
SIGXFSZ: Signals
class ItimerError(IOError): ...
class ItimerError(OSError): ...
ITIMER_PROF: int
ITIMER_REAL: int
ITIMER_VIRTUAL: int