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 erlendaasland, lukasz.langa, pablogsal, vstinner
Date 2021-08-18.16:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629304383.44.0.611649068241.issue44949@roundup.psfhosted.org>
In-reply-to
Content
I ran the test manually on the buildbot worker. Sometimes, the test process gets the EIO error even before getting the 2 newline bytes (b"\r\n"). I wrote PR 27813 to simply not expect the newline character.

Adding flush=True to the print("History length:", readline.get_current_history_length()) call in the Python script doesn't fix the issue.
History
Date User Action Args
2021-08-18 16:33:03vstinnersetrecipients: + vstinner, lukasz.langa, pablogsal, erlendaasland
2021-08-18 16:33:03vstinnersetmessageid: <1629304383.44.0.611649068241.issue44949@roundup.psfhosted.org>
2021-08-18 16:33:03vstinnerlinkissue44949 messages
2021-08-18 16:33:03vstinnercreate