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 serhiy.storchaka
Recipients asvetlov, lukasz.langa, serhiy.storchaka, yan12125, yselivanov
Date 2021-09-04.13:09:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
There are several calls of gather() and sleep() with the loop argument from the asyncio library. Since all deprecation warnings were silenced in tests it was unnoticed.

PR 28153 fixes the asyncio library, enables deprecation warnings in tests, fixes tests producing warnings and add several new tests for uncovered code. New tests will be ported to master later.
History
Date User Action Args
2021-09-04 13:09:28serhiy.storchakasetrecipients: + serhiy.storchaka, asvetlov, lukasz.langa, yselivanov, yan12125
2021-09-04 13:09:27serhiy.storchakasetmessageid: <[email protected]>
2021-09-04 13:09:27serhiy.storchakalinkissue45097 messages
2021-09-04 13:09:27serhiy.storchakacreate