diff options
author | Yury Selivanov <yury@magic.io> | 2016-09-15 18:14:48 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-09-15 18:14:48 (GMT) |
commit | d070154fb5f35c33fd03ce941ec19ca15de32263 (patch) | |
tree | 46562810cc8148567bbef64c67454d02cd3c9187 /Lib/asyncio/proactor_events.py | |
parent | e9da808b7ee5ad4a383275bb1c29fa80ba33f068 (diff) | |
parent | a1b0e7db7315ff0d8d0f8edc056f387f198cf5a1 (diff) | |
download | cpython-d070154fb5f35c33fd03ce941ec19ca15de32263.zip cpython-d070154fb5f35c33fd03ce941ec19ca15de32263.tar.gz cpython-d070154fb5f35c33fd03ce941ec19ca15de32263.tar.bz2 |
Merge 3.5 (issue #27906)
Diffstat (limited to 'Lib/asyncio/proactor_events.py')
-rw-r--r-- | Lib/asyncio/proactor_events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/proactor_events.py b/Lib/asyncio/proactor_events.py index 68a523a..ff12877 100644 --- a/Lib/asyncio/proactor_events.py +++ b/Lib/asyncio/proactor_events.py @@ -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: |