This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients codegrunt, exarkun, georg.brandl, jafo
Date 2008-01-19.16:43:03
SpamBayes Score 0.027131762
Marked as misclassified No
Message-id <1200760985.1.0.886366856409.issue1598083@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-01-19 16:43:05exarkunsetspambayes_score: 0.0271318 -> 0.027131762
recipients: + exarkun, georg.brandl, jafo, codegrunt
2008-01-19 16:43:05exarkunsetspambayes_score: 0.0271318 -> 0.0271318
messageid: <1200760985.1.0.886366856409.issue1598083@psf.upfronthosting.co.za>
2008-01-19 16:43:03exarkunlinkissue1598083 messages
2008-01-19 16:43:03exarkuncreate