[New-bugs-announce] [issue15512] Correct __sizeof__ support for parser

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


New submission from Serhiy Storchaka:

Here is a patch that implements correct __sizeof__ for ST objects in parser module.

----------
components: Interpreter Core, Library (Lib)
files: parser_sizeof.patch
keywords: patch
messages: 166978
nosy: benjamin.peterson, storchaka
priority: normal
severity: normal
status: open
title: Correct __sizeof__ support for parser
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26613/parser_sizeof.patch

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


More information about the New-bugs-announce mailing list