STINNER Victor added the comment:

Oh, the io module is more complex than what I expected :-) test_io fails with 
pyio_res_warn-2.patch.

test_io now pass with pyio_res_warn-3.patch. I fixed FileIO.close() to always 
call super().close(), and set self._fd to -1 even if logging the 
ResourceWarning raised an exception.

----------
Added file: http://bugs.python.org/file42273/pyio_res_warn-3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19829>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to