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

Using contextvars directly instead of aiocontextvars #1

Open
RouquinBlanc opened this issue Nov 10, 2018 · 0 comments
Open

Using contextvars directly instead of aiocontextvars #1

RouquinBlanc opened this issue Nov 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@RouquinBlanc
Copy link
Owner

RouquinBlanc commented Nov 10, 2018

We use contextvars internally for tracking the current active Scope.

This feature was introduces in python 3.7 with full asyncio support, and although an official backport exist, it is still not fully supporting asyncio (MagicStack/contextvars#2).

In the mean time, we rely on aiocontextvars which does pretty much the job, but with yet no background on how and when full asyncio support will be released. This project itself is marked as pending a fix on the official backport.

@RouquinBlanc RouquinBlanc added the enhancement New feature or request label Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant