-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] #13950
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
Conversation
This PR deprecate explicit loop parameters in all public asyncio APIs This issues is split to be easier to review. fourth step: queue.py
CC: @asvetlov |
LGTM. :D |
ping @asvetlov :-) |
ping @asvetlov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
Sorry, I can't merge this PR. Reason: |
@eamanu: Status check is done, and it's a success ✅ . |
Thanks @eamanu for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry, I can't merge this PR. Reason: |
…Is [queue] (pythonGH-13950) This PR deprecate explicit loop parameters in all public asyncio APIs This issues is split to be easier to review. fourth step: queue.py https://bugs.python.org/issue36373 (cherry picked from commit 9008be3) Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
GH-15841 is a backport of this pull request to the 3.8 branch. |
…Is [queue] (GH-13950) This PR deprecate explicit loop parameters in all public asyncio APIs This issues is split to be easier to review. fourth step: queue.py https://bugs.python.org/issue36373 (cherry picked from commit 9008be3) Co-authored-by: Emmanuel Arias <emmanuelarias30@gmail.com>
…Is [queue] (pythonGH-13950) This PR deprecate explicit loop parameters in all public asyncio APIs This issues is split to be easier to review. fourth step: queue.py https://bugs.python.org/issue36373
…Is [queue] (pythonGH-13950) This PR deprecate explicit loop parameters in all public asyncio APIs This issues is split to be easier to review. fourth step: queue.py https://bugs.python.org/issue36373
This PR deprecate explicit loop parameters in all public asyncio APIs
This issues is split to be easier to review.
fourth step: queue.py
https://bugs.python.org/issue36373
Automerge-Triggered-By: @asvetlov