chrisdahlberg

Results 1 issues of chrisdahlberg

`OSError` is currently stubbed as: ```py class OSError(Exception): errno: int strerror: str # filename, filename2 are actually str | bytes | None filename: Any filename2: Any if sys.platform == "win32":...

status: deferred