DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. #505
Closed
Description
Any plans to fix this deprecation warning?
root/.local/share/virtualenvs/app-ueEJiAOq/lib/python3.8/site-packages/aiomysql/pool.py:46: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._cond = asyncio.Condition(loop=loop)
/usr/local/lib/python3.8/asyncio/locks.py:335: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
lock = Lock(loop=loop)
/usr/local/lib/python3.8/asyncio/tasks.py:455: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
return await fut
Metadata
Assignees
Labels
No labels