-
Notifications
You must be signed in to change notification settings - Fork 214
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
in local.py
?
#399
Comments
Yeah, we switched sync to use it, but not Local yet. I don't think anyone is actively working on it. |
I looked at this briefly some time ago when looking at |
It was indeed done - I will close this as a result, we'll discuss the ramifications elsewhere. |
I noticed
local.py
has a comment sayingasgiref/asgiref/local.py
Lines 29 to 30 in a90aeb9
which is at odds with the changelog entry for 3.7.0 of this library:
asgiref/CHANGELOG.txt
Lines 14 to 18 in a90aeb9
(I noticed
sync.py
usescontextvars.Context
, butlocal.py
doesn't. Maybe there was confusion there?)Either way, what would be the "nicer storage"? Is someone working on it? :)
The text was updated successfully, but these errors were encountered: