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 38f061d commit a8dd667Copy full SHA for a8dd667
Lib/test/test_asyncio/test_graph.py
@@ -5,7 +5,7 @@
5
6
# To prevent a warning "test altered the execution environment"
7
def tearDownModule():
8
- asyncio.set_event_loop_policy(None)
+ asyncio._set_event_loop_policy(None)
9
10
11
def capture_test_stack(*, fut=None, depth=1):
0 commit comments