-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Correct __sizeof__ support for pickle #59718
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
Comments
Here is a patch that implements correct __sizeof__ for Pickler and Unpickler in pickler module. |
I reviewed the patch here |
In any case do not commit the patch for the time being. Probably it should be improved to include the size of the internal Python objects (see discussion in bpo-15490). |
Required patch is already committed. Here is updated patch. |
If there are no objections I'll commit the patch soon. |
Ping. |
New changeset fed774c926f5 by Serhiy Storchaka in branch '3.4': New changeset e11d99ed3d3f by Serhiy Storchaka in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: