We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4f2b5 commit 33ddc70Copy full SHA for 33ddc70
Lib/test/test_asyncio/test_taskgroups.py
@@ -11,11 +11,6 @@
11
12
from test.test_asyncio.utils import await_without_task
13
14
-if False:
15
- asyncio.Task = asyncio.tasks._CTask = asyncio.tasks.Task = asyncio.tasks._PyTask
16
- asyncio.Future = asyncio.futures._CFuture = asyncio.futures.Future = asyncio.futures._PyFuture
17
-
18
19
# To prevent a warning "test altered the execution environment"
20
def tearDownModule():
21
asyncio.set_event_loop_policy(None)
0 commit comments