Skip to content
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

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

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 vstinner@python.org

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 <vstinner@python.org>
@vstinner
Copy link
Member

@vstinner vstinner commented Oct 15, 2021

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

@vstinner vstinner commented Oct 15, 2021

cc @ambv

@miss-islington
Copy link
Contributor Author

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

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

@ambv ambv merged commit 1d8cb01 into python:3.8 Oct 19, 2021
13 checks passed
@miss-islington miss-islington deleted the backport-797c8eb-3.8 branch Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants