[issue15487] Correct __sizeof__ support for buffered I/O

Serhiy Storchaka report at bugs.python.org
Sun Jul 29 15:10:45 CEST 2012


New submission from Serhiy Storchaka:

Here is a patch that implements correct __sizeof__ for C implementation of buffered I/O files: io.BufferedReader, io.BufferedWriter and io.BufferedRandom.

----------
components: IO, Library (Lib)
messages: 166756
nosy: benjamin.peterson, hynek, pitrou, storchaka, stutzbach
priority: normal
severity: normal
status: open
title: Correct __sizeof__ support for buffered I/O
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list