[issue27535] Memory leaks when opening tons of files

R. David Murray report at bugs.python.org
Sun Jul 17 11:11:14 EDT 2016


R. David Murray added the comment:

I recommend rejecting this.  Properly closing flies is the correct programming habit, which is why the ResourceWarning exists.  The Pillow example seems to just indicate that people using Pillow need to pay attention to the ResourceWarning and close the files they open with pillow.

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

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


More information about the Python-bugs-list mailing list