]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sun, 26 Dec 2021 11:13:14 +0000 (16:43 +0530)
committerGitHub <noreply@github.com>
Sun, 26 Dec 2021 11:13:14 +0000 (13:13 +0200)
commita23ab7b6d8b3ae3a47747c0c4bceb2370cc48dcc
treea5bae88b99eebf1ac94a70964f5b6d0609942eda
parentf9a4352056175d96195d4cb54c97c1334ea5150c
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
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]