asyncio-ftwpd icon indicating copy to clipboard operation
asyncio-ftwpd copied to clipboard

We have warning:

Open AnatoliChe opened this issue 2 years ago • 0 comments

4a-timeout-with-wait-kwarg.py:49: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11.

So we should use asyncio.create_task instead pass bare function

AnatoliChe avatar May 19 '22 18:05 AnatoliChe