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 eryksun
Recipients arigo, eryksun, vstinner
Date 2016-11-09.11:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478689495.34.0.44796898647.issue28647@psf.upfronthosting.co.za>
In-reply-to
Content
> It's not (currently) possible to have a fully unbuffered stdout.

Why doesn't create_stdio also pass `write_through = Py_True` when Py_UnbufferedStdioFlag is set? This would immediately pass writes through to the FileIO object, even without containing a newline (i.e. it sets text_needflush in _io_TextIOWrapper_write_impl).
History
Date User Action Args
2016-11-09 11:04:55eryksunsetrecipients: + eryksun, arigo, vstinner
2016-11-09 11:04:55eryksunsetmessageid: <1478689495.34.0.44796898647.issue28647@psf.upfronthosting.co.za>
2016-11-09 11:04:55eryksunlinkissue28647 messages
2016-11-09 11:04:55eryksuncreate