[issue27831] Python 3.4.5 leaks memory when attempting to load non-existent file

R. David Murray report at bugs.python.org
Tue Aug 23 09:30:37 EDT 2016


R. David Murray added the comment:

How are you defining "leak"?  It isn't a leak if Python allocates memory that it doesn't free when doing a new operation.  If you do that operation repeatedly and memory use continues to increase, that would be a leak.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list