-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[3.8] bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) #17505
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
Conversation
now contextvars.ContextVar "__class_getitem__" method returns ContextVar class, not None. https://bugs.python.org/issue38979 Automerge-Triggered-By: @asvetlov (cherry picked from commit 28c9163) Co-authored-by: AMIR <31338382+amiremohamadi@users.noreply.github.com>
@amiremohamadi: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
@amiremohamadi: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
@amiremohamadi: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
@amiremohamadi: Status check is done, and it's a success ✅ . |
2 similar comments
@amiremohamadi: Status check is done, and it's a success ✅ . |
@amiremohamadi: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
2 similar comments
Sorry, I can't merge this PR. Reason: |
Sorry, I can't merge this PR. Reason: |
@amiremohamadi: Status check is done, and it's a failure ❌ . |
now contextvars.ContextVar "class_getitem" method returns ContextVar class, not None.
https://bugs.python.org/issue38979
Automerge-Triggered-By: @asvetlov
(cherry picked from commit 28c9163)
Co-authored-by: AMIR 31338382+amiremohamadi@users.noreply.github.com
https://bugs.python.org/issue38979