Staging
v0.8.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
dummy
__init__.py -rw-r--r-- 923 bytes
connection.py -rw-r--r-- 29.9 KB
context.py -rw-r--r-- 10.4 KB
forkserver.py -rw-r--r-- 8.3 KB
heap.py -rw-r--r-- 7.8 KB
managers.py -rw-r--r-- 35.4 KB
pool.py -rw-r--r-- 24.1 KB
popen_fork.py -rw-r--r-- 2.4 KB
popen_forkserver.py -rw-r--r-- 1.9 KB
popen_spawn_posix.py -rw-r--r-- 1.9 KB
popen_spawn_win32.py -rw-r--r-- 2.9 KB
process.py -rw-r--r-- 8.9 KB
queues.py -rw-r--r-- 11.1 KB
reduction.py -rw-r--r-- 7.9 KB
resource_sharer.py -rw-r--r-- 5.2 KB
semaphore_tracker.py -rw-r--r-- 4.7 KB
sharedctypes.py -rw-r--r-- 6.2 KB
spawn.py -rw-r--r-- 8.6 KB
synchronize.py -rw-r--r-- 11.9 KB
util.py -rw-r--r-- 10.4 KB

back to top