This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, dmzz, eamanu, scotchka, yselivanov
Date 2019-02-21.18:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550773239.83.0.883010017689.issue35812@roundup.psfhosted.org>
In-reply-to
Content
Nevermind.

Actually, I used a backport `asyncio.run()` to Python 3.6.
I saw the problem because of the difference between `asyncio.all_task()` and `asyncio.Task.all_task()`.

The former return only active tasks but the later returns done tasks also.
History
Date User Action Args
2019-02-21 18:20:39asvetlovsetrecipients: + asvetlov, yselivanov, eamanu, scotchka, dmzz
2019-02-21 18:20:39asvetlovsetmessageid: <1550773239.83.0.883010017689.issue35812@roundup.psfhosted.org>
2019-02-21 18:20:39asvetlovlinkissue35812 messages
2019-02-21 18:20:39asvetlovcreate