Message 277265 - Python tracker (original) (raw)

Message277265

Author vstinner
Recipients python-dev, serhiy.storchaka, vstinner
Date 2016-09-23.09:58:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1474624685.35.0.0138683011443.issue27829@psf.upfronthosting.co.za
In-reply-to
Content
> I thought sys.stderr is line buffered and doesn't need flush=True if prints a complete line. I tried random changes since I was unable to reproduce the issue and didn't understand why the the warning was not printed. I'm not sure that stderr is always line buffered. Is it the case even if stderr is redirected to a pipe?
History
Date User Action Args
2016-09-23 09:58:05 vstinner set recipients: + vstinner, python-dev, serhiy.storchaka
2016-09-23 09:58:05 vstinner set messageid: 1474624685.35.0.0138683011443.issue27829@psf.upfronthosting.co.za
2016-09-23 09:58:05 vstinner link issue27829 messages
2016-09-23 09:58:05 vstinner create