Staging
v0.5.1
https://github.com/python/cpython
Revision f07801bb17f8089dc8b8a4d2beafba7c497af900 authored by Victor Stinner on 28 January 2015, 23:36:35 UTC, committed by Victor Stinner on 28 January 2015, 23:36:35 UTC
* Rephrase also the comment explaining why the waiter is not awaken immediatly.
* SSLProtocol.eof_received() doesn't instanciate ConnectionResetError exception
  directly, it will be done by Future.set_exception(). The exception is not
  used if the waiter was cancelled or if there is no waiter.
1 parent b507cba
History
Tip revision: f07801bb17f8089dc8b8a4d2beafba7c497af900 authored by Victor Stinner on 28 January 2015, 23:36:35 UTC
asyncio: SSL transports now clear their reference to the waiter
Tip revision: f07801b
File Mode Size
IN.py -rw-r--r-- 12.7 KB
regen -rwxr-xr-x 93 bytes

back to top