From: Victor Stinner Date: Mon, 30 Jun 2014 12:39:47 +0000 (+0200) Subject: asyncio: sync with Tulip X-Git-Tag: v3.5.0a1~1374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91dd20ba6050181d454a6854137ea3534ac1f3d9;p=python asyncio: sync with Tulip - Sort imports - Simplify/optimize iscoroutine(). Inline inspect.isgenerator(obj): replace it with isinstance(obj, types.GeneratorType) - CoroWrapper: check at runtime if Python has the yield-from bug #21209. If Python has the bug, check if CoroWrapper.send() was called by yield-from to decide if parameters must be unpacked or not. - Fix "Task was destroyed but it is pending!" warning in test_task_source_traceback() --- 91dd20ba6050181d454a6854137ea3534ac1f3d9