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 pitrou
Recipients benjamin.peterson, gjb1002, gvanrossum, ncoghlan, pitrou, pjenvey, serhiy.storchaka, stutzbach, vstinner
Date 2017-06-22.21:59:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498168793.57.0.0348380435093.issue13601@psf.upfronthosting.co.za>
In-reply-to
Content
Amusingly, I didn't realize I had already opened this issue when one of our users hit it recently which led me to add TextIOWrapper.reconfigure(): https://bugs.python.org/issue30526

Still, I think it would be a good idea to do this as well (switch sys.stderr to line-buffered unconditionally), especially now that Nick found a POSIX reference that states C stderr should never be fully buffered.
History
Date User Action Args
2017-06-22 21:59:53pitrousetrecipients: + pitrou, gvanrossum, gjb1002, ncoghlan, vstinner, pjenvey, benjamin.peterson, stutzbach, serhiy.storchaka
2017-06-22 21:59:53pitrousetmessageid: <1498168793.57.0.0348380435093.issue13601@psf.upfronthosting.co.za>
2017-06-22 21:59:53pitroulinkissue13601 messages
2017-06-22 21:59:53pitroucreate