[New-bugs-announce] [issue12414] getsizeof() on code objects is wrong

Benjamin Peterson report at bugs.python.org
Sun Jun 26 05:53:21 CEST 2011


New submission from Benjamin Peterson <benjamin at python.org>:

sys.getsizeof() on a code object returns on the size of the code struct, not the arrays and tuples which it references.

----------
components: Interpreter Core
messages: 139142
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: getsizeof() on code objects is wrong
type: behavior
versions: Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list