[issue45097] "The loop argument is deprecated" reported when user code does not use it

Serhiy Storchaka report at bugs.python.org
Sat Sep 4 09:09:27 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.

----------
nosy: +lukasz.langa
priority: normal -> release blocker

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45097>
_______________________________________


More information about the Python-bugs-list mailing list