{{ message }}
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue]#13950
Merged
miss-islington merged 1 commit intoSep 10, 2019
Merged
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue]#13950miss-islington merged 1 commit into
miss-islington merged 1 commit into
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
Contributor
Author
Sorry, something went wrong.
MakDon
approved these changes
Jun 13, 2019
Contributor
|
LGTM. :D |
Sorry, something went wrong.
asvetlov
approved these changes
Sep 10, 2019
asvetlov
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Thanks
Sorry, something went wrong.
Contributor
|
Sorry, I can't merge this PR. Reason: |
Sorry, something went wrong.
Contributor
|
Thanks @eamanu for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry, something went wrong.
Contributor
|
Sorry, I can't merge this PR. Reason: |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 10, 2019
…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>
miss-islington
added a commit
that referenced
this pull request
Sep 10, 2019
…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>
tirkarthi
pushed a commit
to tirkarthi/cpython
that referenced
this pull request
Sep 27, 2019
…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
websurfer5
pushed a commit
to websurfer5/cpython
that referenced
this pull request
Jul 20, 2020
…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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
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