Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing loop argument to asyncio.Queue is deprecated since Python 3.8 #196

Closed
tirkarthi opened this issue Aug 12, 2020 · 4 comments
Closed

Comments

@tirkarthi
Copy link

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)

self._pool = asyncio.Queue(loop=loop)

@item4
Copy link

item4 commented Dec 10, 2020

any update here?

@item4
Copy link

item4 commented Dec 10, 2020

@achimnol

@item4
Copy link

item4 commented Dec 24, 2020

any update yet? may i make pr about this?

@Dreamsorcerer
Copy link
Member

#207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants