mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Merge 3.5 (issue #27906)
This commit is contained in:
commit
d070154fb5
6 changed files with 60 additions and 36 deletions
|
@ -495,7 +495,7 @@ class BaseProactorEventLoop(base_events.BaseEventLoop):
|
|||
self._csock.send(b'\0')
|
||||
|
||||
def _start_serving(self, protocol_factory, sock,
|
||||
sslcontext=None, server=None):
|
||||
sslcontext=None, server=None, backlog=100):
|
||||
|
||||
def loop(f=None):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue