[issue5677] Serious interpreter crash and/or arbitrary memory leak using .read() on writable file

Robert Xiao report at bugs.python.org
Fri Apr 3 03:34:51 CEST 2009


Robert Xiao <nneonneo at gmail.com> added the comment:

OK, it's not a memory leak, rather, it's something leaking from the
files. However, this still winds up filling the affected file full of
garbage, which is quite undesirable (and, I think, quite likely to be
unwanted behaviour, considering that *some* read methods throw IOError 9
and some others don't).

----------

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


More information about the Python-bugs-list mailing list