• Victor Stinner's avatar
    asyncio: sync with Tulip · 737c34fa
    Victor Stinner yazdı
    - 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+
    737c34fa
tasks.py 22.3 KB