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 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:21dreamsorcerersetrecipients: + dreamsorcerer, asvetlov, yselivanov
2021-08-02 18:55:21dreamsorcerersetmessageid: <1627930521.89.0.830455854574.issue44815@roundup.psfhosted.org>
2021-08-02 18:55:21dreamsorcererlinkissue44815 messages
2021-08-02 18:55:21dreamsorcerercreate