-
Notifications
You must be signed in to change notification settings - Fork 517
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
support aiohttp and sanic for python 3.6 #289
Comments
afaik the issue was that this contextvars backport doesn't work with asyncio from the stdlib at all (leaking context all over the place). We have leak tests in the sanic test suite, so if the testsuite works with that backport this would be interesting to investigate again |
Unfortunatelly, you are right :( |
Just curious, is something holding you on Python 3.6? Distro packages? |
Sure :) |
Looks like aiohttp and sanic integrations python 3.6 can be supported, because of backported contextvars library
The text was updated successfully, but these errors were encountered: