[issue10093] Warn when files are not explicitly closed

Antoine Pitrou report at bugs.python.org
Thu Oct 14 12:29:52 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Here is an updated patch using warnings (RuntimeWarning for now) and also warning about unclosed sockets.

----------
Added file: http://bugs.python.org/file19231/deallocwarn2.patch

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


More information about the Python-bugs-list mailing list