[issue22078] io.BufferedReader hides ResourceWarnings when garbage collected

Claudiu Popa report at bugs.python.org
Sat Jul 26 13:47:09 CEST 2014


Claudiu Popa added the comment:

I mean this one:

$ python_d -Wall -c "f=open('a', 'r'); import io; io.BufferedReader(f)"

----------

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


More information about the Python-bugs-list mailing list