Message 398797 - Python tracker
Message398797
| Author | dreamsorcerer |
|---|---|
| Recipients | asvetlov, dreamsorcerer, yselivanov |
| Date | 2021-08-02.18:55:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1627930521.89.0.830455854574.issue44815@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
There is another issue with asyncio.sleep() too, if the passed argument is 0. This also tripped up the tests in aiohttp (though I've also used an explicit 0 in production code to yield back to the loop). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-02 18:55:21 | dreamsorcerer | set | recipients: + dreamsorcerer, asvetlov, yselivanov |
| 2021-08-02 18:55:21 | dreamsorcerer | set | messageid: <1627930521.89.0.830455854574.issue44815@roundup.psfhosted.org> |
| 2021-08-02 18:55:21 | dreamsorcerer | link | issue44815 messages |
| 2021-08-02 18:55:21 | dreamsorcerer | create | |