From: Victor Stinner Date: Thu, 10 Jul 2014 23:24:33 +0000 (+0200) Subject: (Merge 3.4) asyncio: sync with Tulip X-Git-Tag: v3.5.0a1~1303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e77b5a775a1edcdccc8fbaa570117f710e7ea366;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) asyncio: sync with Tulip - CoroWrapper.__del__() now reuses repr(CoroWrapper) to log the "... was never yielded from" warning - Improve CoroWrapper: copy also the qualified name on Python 3.4, not only on Python 3.5+ --- e77b5a775a1edcdccc8fbaa570117f710e7ea366