8000 Fix Windows buildbot for 9579a8722 · python/asyncio@2130ad2 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Commit 2130ad2

Browse files
committed
Fix Windows buildbot for 9579a87
1 parent 9579a87 commit 2130ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/proactor_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def _write_to_self(self):
494494
self._csock.send(b'\0')
495495

496496
def _start_serving(self, protocol_factory, sock,
497-
sslcontext=None, server=None):
497+
sslcontext=None, server=None, backlog=100):
498498

499499
def loop(f=None):
500500
try:

0 commit comments

Comments
 (0)
0