]> granicus.if.org Git - python/commitdiff
(Merge 3.4) asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Jul 2014 23:24:33 +0000 (01:24 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Jul 2014 23:24:33 +0000 (01:24 +0200)
- 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+


Trivial merge