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 Sworddragon, eryksun, vstinner
Date 2014-09-20.00:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411171345.09.0.6105488497.issue22443@psf.upfronthosting.co.za>
In-reply-to
Content
stdbuf is the typical way to apply the LD_PRELOAD trick:

https://www.gnu.org/software/coreutils/manual/html_node/stdbuf-invocation.html

There's also the "unbuffer" expect script:

http://expect.sourceforge.net/example/unbuffer.man.html
History
Date User Action Args
2014-09-20 00:02:25eryksunsetrecipients: + eryksun, vstinner, Sworddragon
2014-09-20 00:02:25eryksunsetmessageid: <1411171345.09.0.6105488497.issue22443@psf.upfronthosting.co.za>
2014-09-20 00:02:25eryksunlinkissue22443 messages
2014-09-20 00:02:24eryksuncreate