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

use builtin TimeoutError in asyncio and concurrent.futures #11109

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

tungol
Copy link
Contributor

@tungol tungol commented Dec 6, 2023

related to #3968

Copy link
Contributor

github-actions bot commented Dec 6, 2023

Diff from mypy_primer, showing the effect of this PR on open source code:

aioredis (https://github.com/aio-libs/aioredis)
+ aioredis/exceptions.py:14: error: Duplicate base class "TimeoutError"  [misc]

graphql-core (https://github.com/graphql-python/graphql-core)
+ src/graphql/execution/execute.py:40: error: Unused "type: ignore" comment  [unused-ignore]

Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@hauntsaninja hauntsaninja merged commit db3024d into python:main Dec 6, 2023
60 checks passed
@tungol tungol deleted the timeouterror branch December 6, 2023 10:19
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.

2 participants