]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Jan 2023 07:34:55 +0000 (09:34 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 07:34:55 +0000 (09:34 +0200)
commit87f9b1d53f12538c579598304105974378677012
tree575f4fb58740339139fc53be03d846ae36cf6c4b
parent47b1eb9784bd828a5b6541f37c3e1a4b4eb80729
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH-100412) (GH-100970)

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 1b2459dc64b1c3eea89312ea9bf422f8d7c75bb2)
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-policy.rst
Doc/whatsnew/3.10.rst
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_json/test_default.py
Misc/NEWS.d/next/Library/2022-12-21-18-29-24.gh-issue-100160.isBmL5.rst [new file with mode: 0644]