[New-bugs-announce] [issue15490] Correct __sizeof__ support for StringIO
Serhiy Storchaka
report at bugs.python.org
Sun Jul 29 21:53:37 CEST 2012
New submission from Serhiy Storchaka:
Here is a patch that implements correct __sizeof__ for C implementation of io.StringIO.
I haven't tested the patch on narrow build.
----------
components: IO, Library (Lib)
files: stringio_sizeof-3.3.patch
keywords: patch
messages: 166807
nosy: benjamin.peterson, hynek, pitrou, storchaka, stutzbach
priority: normal
severity: normal
status: open
title: Correct __sizeof__ support for StringIO
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26586/stringio_sizeof-3.3.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15490>
_______________________________________
More information about the New-bugs-announce
mailing list