-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-119770: Make termios ioctl() constants positive #119840
Conversation
8dd2f14
to
9db77ce
Compare
9db77ce
to
e586f65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested it locally and everything worked as expected. Thank you Victor!
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
GH-119862 is a backport of this pull request to the 3.13 branch. |
GH-119863 is a backport of this pull request to the 3.12 branch. |
Oh no, I disagree. That's a backward incompatible change. I don't think that we should backport it. It's not a bugfix. In Python 3.13, "it just works". This change was needed because I changed ioctl() request parameter type from C |
Or another option: reverting this change for 3.12 && 3.13 branches since this break backwards compatibility |
Right, I created two revert changes: |
test_ioctl
fails on macOS #119770