[issue10093] Warn when files are not explicitly closed

Brett Cannon report at bugs.python.org
Fri Oct 29 02:26:48 CEST 2010


Brett Cannon <brett at python.org> added the comment:

If a new, unbound socket uses some form of OS resource, then a warning is needed. Is their an equivalent limitation like there is with file descriptors as to how many an OS can possibly have open at once?

----------

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


More information about the Python-bugs-list mailing list