You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._cond = asyncio.Condition(loop=loop)
C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\locks.py:252: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
lock = Lock(loop=loop)
C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\tasks.py:442: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
return await fut
Describe the solution you'd like
remove this deprecation warning
Describe alternatives you've considered
Any way to remove this deprecation warning - python verison: 3.9.0?
Additional context
No response
Code of Conduct
I agree to follow the aio-libs Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Describe the solution you'd like
remove this deprecation warning
Describe alternatives you've considered
Any way to remove this deprecation warning - python verison: 3.9.0?
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: