[New-bugs-announce] [issue15402] Correct __sizeof__ support for struct

Serhiy Storchaka report at bugs.python.org
Fri Jul 20 08:49:26 CEST 2012


New submission from Serhiy Storchaka <storchaka at gmail.com>:

Here is a patch that implements __sizeof__ for struct.Struct.

See also issue14596.

----------
components: Library (Lib)
files: struct_sizeof-2.patch
keywords: patch
messages: 165902
nosy: mark.dickinson, meador.inge, storchaka
priority: normal
severity: normal
status: open
title: Correct __sizeof__ support for struct
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26444/struct_sizeof-2.patch

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


More information about the New-bugs-announce mailing list