FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-40077: Convert _pickle module to use heap types. by CharlieZhao95 · Pull Request #30884 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-40077: Convert _pickle module to use heap types.
- #30884
#30884
Closed
CharlieZhao95
wants to merge 6 commits into
python:main
python/cpython:main
from
CharlieZhao95:bpo-40077/_pickle
CharlieZhao95/cpython:bpo-40077/_pickle
Copy head branch name to clipboard
Conversation
Commits
6
(6)
Checks
Files changed
Closed
bpo-40077: Convert _pickle module to use heap types.
#30884
CharlieZhao95
wants to merge 6 commits into
python:main
python/cpython:main
from
CharlieZhao95:bpo-40077/_pickle
CharlieZhao95/cpython:bpo-40077/_pickle
Copy head branch name to clipboard
Commits
Commits on Jan 24, 2022
Replace Pickler_Type & Unpickler_Type with heap allocated types:
Show description for 4a8a3e7
CharlieZhao95
committed
4a8a3e7
View commit details
Copy full SHA for 4a8a3e7
Browse repository at this point
Fix ref.leak in Pickler & Unpickler
CharlieZhao95
committed
f5f0d39
View commit details
Copy full SHA for f5f0d39
Browse repository at this point
Commits on Jan 25, 2022
Convert _pickle module to use PyType_FromModuleAndSpec()
CharlieZhao95
committed
ae949a1
View commit details
Copy full SHA for ae949a1
Browse repository at this point
Add heap types to traverse, clear and free functions
CharlieZhao95
committed
2905ef4
View commit details
Copy full SHA for 2905ef4
Browse repository at this point
Replace `find_pickle_state_by_type()` with `get_pickle_state_by_class()`
CharlieZhao95
committed
6df22b4
View commit details
Copy full SHA for 6df22b4
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
e3d2f18
View commit details
Copy full SHA for e3d2f18
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL