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 yann
Recipients yann
Date 2021-05-03.20:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620074343.66.0.469510531962.issue41222@roundup.psfhosted.org>
In-reply-to
Content
> The fact that my stdout object has no read1() and needs the above patch looks like a good lead for further investigation?

That's linked to universal_newlines, the bug only shows when that flag is set.

Testcases provided in https://github.com/python/cpython/pull/25859
History
Date User Action Args
2021-05-03 20:39:03yannsetrecipients: + yann
2021-05-03 20:39:03yannsetmessageid: <1620074343.66.0.469510531962.issue41222@roundup.psfhosted.org>
2021-05-03 20:39:03yannlinkissue41222 messages
2021-05-03 20:39:03yanncreate