Message336248
| 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:39 | asvetlov | set | recipients: + asvetlov, yselivanov, eamanu, scotchka, dmzz |
| 2019-02-21 18:20:39 | asvetlov | set | messageid: <1550773239.83.0.883010017689.issue35812@roundup.psfhosted.org> |
| 2019-02-21 18:20:39 | asvetlov | link | issue35812 messages |
| 2019-02-21 18:20:39 | asvetlov | create | |