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

asyncio.coroutine is deprecated in Python 3.8 and will be removed in 3.10. #214

Open
acetylen opened this issue Apr 21, 2020 · 2 comments
Open

Comments

@acetylen
Copy link

The docs recommend using async def instead.

@smurfix
Copy link

smurfix commented Jul 4, 2020

There's an ancient patch to do this but it was reverted because, surprise, it killed Python 3.4 compatiblity.

I reapplied it in my distmqtt fork.

@HerrMuellerluedenscheid

Addressed in #226

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

No branches or pull requests

3 participants