From: Victor Stinner Date: Wed, 2 Jul 2014 22:59:28 +0000 (+0200) Subject: (Merge 3.4) asyncio: sync with Tulip X-Git-Tag: v3.5.0a1~1355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b57d6a2fec3b0f2bb508ae3f3dcb9d6b54056fda;p=python (Merge 3.4) asyncio: sync with Tulip * _UnixSubprocessTransport: fix file mode of stdin. Open stdin in write mode, not in read mode * Examples: close the event loop at exit * More reliable CoroWrapper.__del__. If the constructor is interrupted by KeyboardInterrupt or the coroutine objet is destroyed lately, some the _source_traceback attribute doesn't exist anymore. * repr(Task): include also the future the task is waiting for --- b57d6a2fec3b0f2bb508ae3f3dcb9d6b54056fda