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 vstinner
Recipients benjamin.peterson, fabioz, pitrou, vstinner
Date 2009-01-08.23:18:07
SpamBayes Score 0.028641118
Marked as misclassified No
Message-id <1231456690.94.0.256174701586.issue4705@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch: clear raw on error
+	if (!Py_UnbufferedStdioFlag)
+		Py_XDECREF(raw);

Question: Should we use line_buffering in unbuffered mode?
History
Date User Action Args
2009-01-08 23:18:11vstinnersetrecipients: + vstinner, pitrou, fabioz, benjamin.peterson
2009-01-08 23:18:10vstinnersetmessageid: <1231456690.94.0.256174701586.issue4705@psf.upfronthosting.co.za>
2009-01-08 23:18:09vstinnerlinkissue4705 messages
2009-01-08 23:18:09vstinnercreate