bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue]#13950
Merged
miss-islington merged 1 commit intopython:masterfrom Sep 10, 2019
Merged
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue]#13950miss-islington merged 1 commit intopython:masterfrom
miss-islington merged 1 commit intopython:masterfrom
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
Contributor
Author
|
CC: @asvetlov |
MakDon
approved these changes
Jun 13, 2019
Contributor
|
LGTM. :D |
Contributor
Author
|
ping @asvetlov :-) |
Contributor
Author
|
ping @asvetlov |
Contributor
|
Sorry, I can't merge this PR. Reason: |
Contributor
|
@eamanu: Status check is done, and it's a success ✅ . |
Contributor
|
Thanks @eamanu for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Contributor
|
Sorry, I can't merge this PR. Reason: |
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>
|
GH-15841 is a backport of this pull request to the 3.8 branch. |
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
Add this suggestion to a batch that can be applied as a single commit.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.Add this suggestion to a batch that can be applied as a single commit.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.Suggestion cannot be applied right now. Please check back later.
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