Skip to content

Commit a8dd667

Browse files
committed
use private method for the policy
1 parent 38f061d commit a8dd667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# To prevent a warning "test altered the execution environment"
77
def tearDownModule():
8-
asyncio.set_event_loop_policy(None)
8+
asyncio._set_event_loop_policy(None)
99

1010

1111
def capture_test_stack(*, fut=None, depth=1):

0 commit comments

Comments
 (0)