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 Marco Sulla, asvetlov, yselivanov
Date 2020-02-20.14:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582208627.25.0.0452097211588.issue39698@roundup.psfhosted.org>
In-reply-to
Content
The ship has sailed, this change breaks a lot of existing code without a strong reason.
I recall very many cases in third-party libraries and commercial applications where a negative argument for asyncio.sleep() is processed as asyncio.sleep(0) without failure.
History
Date User Action Args
2020-02-20 14:23:47asvetlovsetrecipients: + asvetlov, yselivanov, Marco Sulla
2020-02-20 14:23:47asvetlovsetmessageid: <1582208627.25.0.0452097211588.issue39698@roundup.psfhosted.org>
2020-02-20 14:23:47asvetlovlinkissue39698 messages
2020-02-20 14:23:46asvetlovcreate