mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
Use OSError instead of IOError (#9683)
This commit is contained in:
@@ -113,7 +113,7 @@ else:
|
||||
SIGXCPU: Signals
|
||||
SIGXFSZ: Signals
|
||||
|
||||
class ItimerError(IOError): ...
|
||||
class ItimerError(OSError): ...
|
||||
ITIMER_PROF: int
|
||||
ITIMER_REAL: int
|
||||
ITIMER_VIRTUAL: int
|
||||
|
||||
Reference in New Issue
Block a user