-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
asyncio docs: Replace deprecated use of get_event_loop() with new_event_loop() #96706
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
Labels
Comments
zhanpon
added a commit
to zhanpon/cpython
that referenced
this issue
Sep 9, 2022
zhanpon
added a commit
to zhanpon/cpython
that referenced
this issue
Sep 11, 2022
gvanrossum
pushed a commit
that referenced
this issue
Sep 11, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 11, 2022
…p() in examples (pythonGH-96707) (cherry picked from commit 53a54b7) Co-authored-by: zhanpon <[email protected]>
miss-islington
added a commit
that referenced
this issue
Sep 13, 2022
… examples (GH-96707) (cherry picked from commit 53a54b7) Co-authored-by: zhanpon <[email protected]>
Repository owner
moved this from Todo
to Done
in asyncio
Sep 13, 2022
pablogsal
pushed a commit
that referenced
this issue
Oct 22, 2022
… examples (GH-96707) (cherry picked from commit 53a54b7) Co-authored-by: zhanpon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the asyncio's Event Loop document, some code examples will issue a
DeprecationWarning
whenget_event_loop()
is called:The reason is explained in the manual of asyncio.get_event_loop:
The text was updated successfully, but these errors were encountered: