From: Victor Stinner Date: Tue, 22 Jul 2014 10:03:54 +0000 (+0200) Subject: (Merge 3.4) asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic X-Git-Tag: v3.5.0a1~1241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c09e9752c689338efff252408f38a77683a12cb4;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine Replace also _make_drain_waiter() function with a classic _drain_helper() coroutine. --- c09e9752c689338efff252408f38a77683a12cb4