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 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:05vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2016-09-23 09:58:05vstinnersetmessageid: <1474624685.35.0.0138683011443.issue27829@psf.upfronthosting.co.za>
2016-09-23 09:58:05vstinnerlinkissue27829 messages
2016-09-23 09:58:05vstinnercreate