◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
3 changes: 2 additions & 1 deletion Lib/test/test_asyncore.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,9 @@ def test_quick_connect(self):
self.skipTest("test specific to AF_INET and AF_INET6")

server = BaseServer(self.family, self.addr)
t = threading.Thread(target=lambda: asyncore.loop(timeout=0.1,
count=500))
t.start()
try:
with socket.socket(self.family, socket.SOCK_STREAM) as s:
Expand Down
Toggle all file notes Toggle all file annotations