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

Error on exit with Python 3.6 - AttributeError: module 'asyncio' has no attribute 'all_tasks' #174

Closed
LordAro opened this issue Nov 24, 2019 · 1 comment

Comments

@LordAro
Copy link
Member

LordAro commented Nov 24, 2019

Seems all_tasks was moved from asyncio.Tasks.all_tasks to asyncio.all_tasks in 3.7 - https://docs.python.org/3/whatsnew/3.7.html#asyncio (6th point)

Would be nice to keep 3.6 support for now...

Createitv added a commit to Createitv/asyncpy that referenced this issue Sep 5, 2021
HackSoc/csbot#174   
`asyncio.Task.all_tasks() => asyncio.all_tasks()`
@alanbriolat
Copy link
Member

Python 3.6 compatibility promise dropped in #183.

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

2 participants