]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 10 Feb 2022 13:32:05 +0000 (15:32 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 13:32:05 +0000 (15:32 +0200)
commita65be6e077122017081618278d758113a4a2eefd
tree4c5c89a9cc9db917bbf651b80f5bb11ecc6a42fa
parentb0517a12179a9fe444ca6ce1f31c307883e81c0c
[3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253). (GH-31256)

(cherry picked from commit 012e77eb5c3ba3d411f5967a7f368ebdb42ab88c)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/test/test_asyncio/test_futures2.py
Lib/test/test_asyncio/test_protocols.py
Lib/test/test_asyncio/test_runners.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Lib/test/test_asyncio/test_transports.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Tests/2022-02-10-14-33-47.bpo-46708.avLfCb.rst [new file with mode: 0644]