{{ message }}
[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() - #100412
Merged
gvanrossum merged 8 commits intoJan 10, 2023
Merged
Conversation
…_loop() They are deferred to Python 3.12.
gvanrossum
reviewed
Dec 21, 2022
gvanrossum
left a comment
Member
There was a problem hiding this comment.
Obv. this is a draft PR so this review is also a draft. :-)
serhiy-storchaka
marked this pull request as ready for review
December 22, 2022 07:37
Member
Author
5 tasks
gvanrossum
reviewed
Jan 10, 2023
gvanrossum
left a comment
Member
There was a problem hiding this comment.
Here re a bunch of doc suggestions. I will merge those and then approve the PR.
gvanrossum
reviewed
Jan 10, 2023
gvanrossum
approved these changes
Jan 10, 2023
Contributor
|
Thanks @serhiy-storchaka for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Contributor
|
Sorry, @serhiy-storchaka and @gvanrossum, I could not cleanly backport this to |
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this pull request
Jan 12, 2023
…ncio.get_event_loop() (pythonGH-100412) Some deprecation warnings will reappear (in a slightly different form) in 3.12. Co-authored-by: Guido van Rossum <guido@python.org>. (cherry picked from commit 1b2459d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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.

They are deferred to Python 3.12.