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
It seems the loop is passed if non-null or get_event_loop is called to get a loop. This generates a deprecation warning like below :
aiomcache/pool.py:19: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
self._pool = asyncio.Queue(loop=loop)
It seems the loop is passed if non-null or
get_event_loop
is called to get a loop. This generates a deprecation warning like below :aiomcache/aiomcache/pool.py
Line 19 in 0f527db
The text was updated successfully, but these errors were encountered: