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 serhiy.storchaka
Recipients arigo, eryksun, serhiy.storchaka, vstinner
Date 2016-11-09.13:18:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478697508.34.0.760825331991.issue28647@psf.upfronthosting.co.za>
In-reply-to
Content
The write_through argument was added only in 3.3. I think this is a good idea to pass `write_through = Py_True` when Py_UnbufferedStdioFlag is set. Using -u means that performance is not important (that is why this is not default behavior).
History
Date User Action Args
2016-11-09 13:18:28serhiy.storchakasetrecipients: + serhiy.storchaka, arigo, vstinner, eryksun
2016-11-09 13:18:28serhiy.storchakasetmessageid: <1478697508.34.0.760825331991.issue28647@psf.upfronthosting.co.za>
2016-11-09 13:18:28serhiy.storchakalinkissue28647 messages
2016-11-09 13:18:28serhiy.storchakacreate