]> granicus.if.org Git - python/commit
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra...
authorGuido van Rossum <guido@dropbox.com>
Fri, 22 Nov 2013 19:47:22 +0000 (11:47 -0800)
committerGuido van Rossum <guido@dropbox.com>
Fri, 22 Nov 2013 19:47:22 +0000 (11:47 -0800)
commit7a465647e47957e95acc3ae0f84d945b0c47707d
tree3c8ede712d84c77471c71f5deaad37508297a2af
parent873d1226b7cd42c663a4e09fa43a561de2e9f463
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly).
Doc/library/asyncio.rst [new file with mode: 0644]
Doc/library/concurrency.rst
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_futures.py