Jean-Paul Calderone added the comment: The attached patch doesn't fix the issue I described:
* err_closed() will raise an exception indicated the file is closed. However, the file is not necessarily closed, so this exception is wrong. * Most or all PyFile_WriteString callers are still not checking its return value, so the exception will generally be ignored. * The traceback still won't be reported. _____________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1598083> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com