]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30265)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Dec 2021 11:54:18 +0000 (03:54 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Dec 2021 11:54:18 +0000 (13:54 +0200)
commit07229054a129a72b4ffdf29252eb73c6154c0ccf
tree6f3deac6fe7e46daf6b46db5ffc5e8668055d3b6
parentf1f54c8fb94de6176767f2163a4ed80a9660494a
[3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30265)

(cherry picked from commit a23ab7b6d8b3ae3a47747c0c4bceb2370cc48dcc)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Tests/2021-12-19-08-44-32.bpo-23819.9ueiII.rst [new file with mode: 0644]