-
-
Notifications
You must be signed in to change notification settings - Fork 188
Pickle _contextvars.Context objects, for threads in Python 3.14+ #717
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
base: master
Are you sure you want to change the base?
Conversation
|
OK, this makes the tests pass. However, I am not entirely sure this is correct. I created it by trial and error. |
|
This is on my short list to get a fix in for, so thanks for submitting. I'll review, test, and follow up here. |
|
See also #586 |
|
This fix only works when the True, the tests pass with an empty |
|
Looks like this was silently included in #726? |
|
Yeah... I think I started the new branch with the edited version of |
|
Started testing against |
Fixes #716
Summary
Checklist
Documentation and Tests
Release Management