commit | 87f9b1d53f12538c579598304105974378677012 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Jan 13 09:34:55 2023 +0200 |
committer | GitHub <noreply@github.com> | Fri Jan 13 09:34:55 2023 +0200 |
tree | 575f4fb58740339139fc53be03d846ae36cf6c4b | |
parent | 47b1eb9784bd828a5b6541f37c3e1a4b4eb80729 [diff] |
[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)