New submission from Vlad Starostin :
The docstring says "This may be None or an instance of EventLoop". But docs
explicitly state that get_event_loop "must never return None". The same
docstring is also in the example in docs:
https://docs.python.org/3.6/library/asy
Change by Vlad Starostin :
--
keywords: +patch
pull_requests: +6146
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33263>
___
___
Py
New submission from Vlad Starostin :
Long story short, if you have a TCP asyncio-server (implementing
asyncio.Protocol) that sends something to socket in connection_made callback,
it will leak fds and won't be able to handle some consequent requests, if you
will send to it RST right afte