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.

作者 vstinner
收信人 benjamin.peterson, fabioz, pitrou, vstinner
日期 2009-01-08.23:18:07
SpamBayes Score 0.028641118
Marked as misclassified
Message-id <1231456690.94.0.256174701586.issue4705@psf.upfronthosting.co.za>
In-reply-to
内容
Updated patch: clear raw on error
+	if (!Py_UnbufferedStdioFlag)
+		Py_XDECREF(raw);

Question: Should we use line_buffering in unbuffered mode?
历史
日期 用户 动作 参数
2009-01-08 23:18:11vstinner修改recipients: + vstinner, pitrou, fabioz, benjamin.peterson
2009-01-08 23:18:10vstinner修改messageid: <1231456690.94.0.256174701586.issue4705@psf.upfronthosting.co.za>
2009-01-08 23:18:09vstinner链接issue4705 messages
2009-01-08 23:18:09vstinner创建