-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-103092: Isolate _pickle
#102982
gh-103092: Isolate _pickle
#102982
Conversation
erlend-aasland
commented
Mar 23, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Isolate Stdlib Extension Modules #103092
Based on previous work by Mohamed Koubaa: |
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 0551d52 🤖 If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
Misc/NEWS.d/next/Core and Builtins/2020-07-04-09-04-41.bpo-1635741.ZsP31Y.rst
Outdated
Show resolved
Hide resolved
FYI, I made a PoC alternative variant where I store the state in the pickler and unpickler objects. It makes for a much nicer diff, but I had to do too much fishy stuff to make it work. You can take a look here: https://github.com/erlend-aasland/cpython/pull/new/isolate-pickle-alt |
When you're done making the requested changes, leave the comment: |
Merged, will start reviewing others in queue. |
Thanks for the review, Kumar, and thanks for the initial work, Mohamed! |
|
Co-authored-by: Mohamed Koubaa <koubaa.m@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Mohamed Koubaa <koubaa.m@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>