-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
New test_termios fails on Alpinelinux #114492
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
Comments
Building 3.12.1 I see following log https://gitlab.alpinelinux.org/alpine/aports/-/jobs/1252337 So disabled both meanwhile
|
Please add self.assertEqual(self.stream.fileno(), self.fd) Does it fail? |
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jan 23, 2024
On Alpine Linux it could leave some field non-initialized.
If my guess is correct, #114495 may fix this issue. Please test it. |
serhiy-storchaka
added a commit
that referenced
this issue
Jan 23, 2024
…14495) On Alpine Linux it could leave some field non-initialized.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 23, 2024
…pythonGH-114495) On Alpine Linux it could leave some field non-initialized. (cherry picked from commit d22c066) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 23, 2024
…pythonGH-114495) On Alpine Linux it could leave some field non-initialized. (cherry picked from commit d22c066) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This was referenced Jan 23, 2024
serhiy-storchaka
added a commit
that referenced
this issue
Jan 23, 2024
serhiy-storchaka
added a commit
that referenced
this issue
Jan 23, 2024
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…pythonGH-114495) On Alpine Linux it could leave some field non-initialized.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…pythonGH-114495) On Alpine Linux it could leave some field non-initialized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
As reported #81002 (comment) where the test was added
I'm upgrading Python in Alpinelinux to 3.11.7 and testing upgrade to 3.12.1 (both fails the same test)
CPython versions tested on:
3.11, 3.12
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: