asyncio-ftwpd
asyncio-ftwpd copied to clipboard
We have warning:
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