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 c5bf3a3 commit 039639aCopy full SHA for 039639a
1 file changed
tests/aiotest/__init__.py
@@ -4,10 +4,7 @@
4
import time
5
6
import asyncio as _asyncio
7
-if sys.platform == 'win32':
8
- from asyncio.windows_utils import socketpair
9
-else:
10
- socketpair = socket.socketpair
+socketpair = socket.socketpair
11
12
13
class TestConfig:
0 commit comments