Staging
v0.8.1
https://github.com/python/cpython
Revision e0fd157ba0cc92e435e7520b4ff641ca68d72244 authored by Victor Stinner on 26 January 2015, 14:04:03 UTC, committed by Victor Stinner on 26 January 2015, 14:04:03 UTC
Use a coroutine with asyncio.sleep() instead of call_later() to ensure that the
schedule call is cancelled.

Add also a unit test cancelling connect_pipe().
1 parent 2a3f38f
History
Tip revision: e0fd157ba0cc92e435e7520b4ff641ca68d72244 authored by Victor Stinner on 26 January 2015, 14:04:03 UTC
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe() as a coroutine
Tip revision: e0fd157
File Mode Size
Grammar -rw-r--r-- 5.9 KB

back to top