]> granicus.if.org Git - python/commit
asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Jul 2014 23:04:16 +0000 (01:04 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Jul 2014 23:04:16 +0000 (01:04 +0200)
commit737c34fa85f35479acc37868958c66208349e3d7
tree69da2d99fb4dcf1fd7bbd6c6b2b2aa137c3dfbfc
parentc39ba7d611fe556314acc8c11cd9f805512db663
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+
Lib/asyncio/coroutines.py
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py