ITADN

Should SocketBlockedError etc also inherit from OSError?

#454Opendjrobstep 创建于 2026-02-20
stale
D
djrobstepcommented
`urllib3` for instance, raises `OSError` [here](https://github.com/urllib3/urllib3/blob/fc76bcb911ef484bcfbdd8a27f002379d625d01f/src/urllib3/util/connection.py#L27) which I presume we would want to catch?
6 条评论