]> granicus.if.org Git - python/commit
asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Jul 2014 10:03:40 +0000 (12:03 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 22 Jul 2014 10:03:40 +0000 (12:03 +0200)
commit31e7bfa6ba5354ba44677736a23facb8463077a9
tree328b5c21b47753e1b62916d5f9545cea012eb17e
parent1392df96efdccc7ed369fe0ab8e55bf4e9c9e0c4
asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine

Replace also _make_drain_waiter() function with a classic _drain_helper()
coroutine.
Lib/asyncio/streams.py