Skip to content

Commit 039639a

Browse files
committed
always use socket.socketpair
1 parent c5bf3a3 commit 039639a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/aiotest/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
import time
55

66
import asyncio as _asyncio
7-
if sys.platform == 'win32':
8-
from asyncio.windows_utils import socketpair
9-
else:
10-
socketpair = socket.socketpair
7+
socketpair = socket.socketpair
118

129

1310
class TestConfig:

0 commit comments

Comments
 (0)