-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
TypeError: 'Lock' object is not iterable on py3.9 #760
Comments
OK, hopefully we can find syntax that works both on Python 3.6 and 3.9? |
I think you can just use
I believe that async context managers have been in since before 3.6. |
Sanic tests use an old version of websockets (0.7.0). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As can be seen in the errors from Sanic build: https://travis-ci.org/github/huge-success/sanic/jobs/686952886
That's probably because of this py3.9 change: python/cpython@90d9ba6
The text was updated successfully, but these errors were encountered: