[issue15513] Correct __sizeof__ support for pickle

Serhiy Storchaka report at bugs.python.org
Tue Jul 31 10:35:39 CEST 2012


New submission from Serhiy Storchaka:

Here is a patch that implements correct __sizeof__ for Pickler and Unpickler in pickler module.

----------
components: Library (Lib)
files: pickle_sizeof-3.3.patch
keywords: patch
messages: 166979
nosy: alexandre.vassalotti, pitrou, storchaka
priority: normal
severity: normal
status: open
title: Correct __sizeof__ support for pickle
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26615/pickle_sizeof-3.3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15513>
_______________________________________


More information about the Python-bugs-list mailing list