Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C implementation#143664
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…bjects in C implementationPreviously, this could cause crash or data corruption, now concurrent callsof methods of the same object raise RuntimeError.
serhiy-storchaka commentedJan 11, 2026
I am not sure that this all is right. There may be legitimate case to access |
d1282ef intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry,@serhiy-storchaka, I could not cleanly backport this to |
Sorry,@serhiy-storchaka, I could not cleanly backport this to |
…ckler objects in C implementation (pythonGH-143664)Previously, this could cause crash or data corruption, now concurrent callsof methods of the same object raise RuntimeError.(cherry picked from commitd1282ef)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…ckler objects in C implementation (pythonGH-143664)Previously, this could cause crash or data corruption, now concurrent callsof methods of the same object raise RuntimeError.(cherry picked from commitd1282ef)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-143686 is a backport of this pull request to the3.14 branch. |
GH-143687 is a backport of this pull request to the3.13 branch. |
…bjects in C implementation (pythonGH-143664)Previously, this could cause crash or data corruption, now concurrent callsof methods of the same object raise RuntimeError.
Uh oh!
There was an error while loading.Please reload this page.
Previously, this could cause crash or data corruption, now concurrent calls of methods of the same object raise RuntimeError.
__setitem__#143638