Skip to content
New issue

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

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

Already on GitHub? # to your account

asyncio.wait_for - remove loop parameter #2

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

michaelpiron
Copy link
Collaborator

Since Python v3.10, the loop argument is removed from asyncio.wait_for coroutine.

Since Python v3.10, the loop argument is removed from asyncio.wait_for coroutine.
@michaelpiron michaelpiron self-assigned this Jan 3, 2023
@michaelpiron michaelpiron merged commit 5bd11b1 into master Jan 3, 2023
@michaelpiron michaelpiron deleted the 1-coroutine-asynciowait_for branch January 3, 2023 23:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

coroutine asyncio.wait_for doesn't accept loop parameter since Python v3.10
1 participant