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 75c328b commit 567f751Copy full SHA for 567f751
1 file changed
Lib/test/test_asyncio/test_selector_thread.py
@@ -8,6 +8,10 @@
8
from unittest import mock
9
10
11
+def tearDownModule():
12
+ asyncio.events._set_event_loop_policy(None)
13
+
14
15
class SelectorThreadTest(unittest.IsolatedAsyncioTestCase):
16
async def asyncSetUp(self):
17
self._sockets = []
0 commit comments