8000 gh-103092: Isolate `_pickle` by erlend-aasland · Pull Request #102982 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-103092: Isolate _pickle #102982

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

Merged
merged 23 commits into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ae0f6af
Update Misc/NEWS.d/next/Core and Builtins/2020-07-04-09-04-41.bpo-163…
kumaraditya303 Apr 1, 2023
82fe129
Pull in main
erlend-aasland Apr 3, 2023
6c1621e
Address review: in memo proxy types set tp_hash to PyObject_HashNotIm…
erlend-aasland Apr 3, 2023
ffc25ad
Address review: find state by module def in get/set methods
erlend-aasland Apr 3, 2023
e363fed
Address review
erlend-aasland Apr 3, 2023
233e102
Pull in main
erlend-aasland Apr 3, 2023
bb397fe
Address review: make memo types immutable and add tests
erlend-aasland Apr 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adapt :mod:`!_pickle` to :pep:`687`. Patch by Mohamed Koubaa and Erlend Aasland.
Loading
0