Skip to content

[3.8] bpo-45195: Fix test_readline.test_nonascii() (GH-28329) #28984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 15, 2021

Fix test_readline.test_nonascii(): sometimes, the newline character
is not written at the end, so don't expect it in the output.
(cherry picked from commit 797c8eb)

Co-authored-by: Victor Stinner [email protected]

https://bugs.python.org/issue45195

Fix test_readline.test_nonascii(): sometimes, the newline character
is not written at the end, so don't expect it in the output.
(cherry picked from commit 797c8eb)

Co-authored-by: Victor Stinner <[email protected]>
@vstinner
Copy link
Member

Python 3.8 buildbots are affected by the random test_readline failure: #28329

Recent failure on aarch64 Fedora Stable Refleaks 3.8: https://buildbot.python.org/all/#/builders/521/builds/169

I proposed to backport this fix to 3.8.

@vstinner
Copy link
Member

cc @ambv

@miss-islington
Copy link
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants