[issue25476] close() behavior on non-blocking BufferedIO objects with sockets

Martin Panter report at bugs.python.org
Sun Jun 12 22:14:53 EDT 2016


Martin Panter added the comment:

I propose to reject this. Close() should always close the underlying file descriptor or socket, even if there is a blocking error or other exception.

----------
resolution:  -> rejected
status: open -> pending

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


More information about the Python-bugs-list mailing list