Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #819, TimoutError aliases #825

Closed
wants to merge 1 commit into from

Conversation

lancelote
Copy link

  • socket.timeout 3.10+
  • asyncio.TimeoutError 3.11+
  • concurrent.futures.TimeoutError 3.11+

* socket.timeout 3.10+
* asyncio.TimeoutError 3.11+
* concurrent.futures.TimeoutError 3.11+
@asottile
Copy link
Owner

there's a little more complexity here -- you'll want to take a look at how oserror_aliases is implemented since there's special handling for the except blocks

@lancelote lancelote marked this pull request as draft May 13, 2023 16:58
@asottile asottile closed this Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants