gh-119770: Make termios ioctl() constants positive#119840
Conversation
8dd2f14 to
9db77ce
Compare
May 31, 2024 11:04
9db77ce to
e586f65
Compare
May 31, 2024 11:06
Sorry, something went wrong.
Eclips4
left a comment
There was a problem hiding this comment.
I've tested it locally and everything worked as expected. Thank you Victor!
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, something went wrong.
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 |
Sorry, something went wrong.
But this change was backported to versions 3.12 and 3.13, so shouldn't it also be backported since it fixes at least one failing test? |
Sorry, something went wrong.
|
Or another option: reverting this change for 3.12 && 3.13 branches since this break backwards compatibility |
Sorry, something went wrong.
Right, I created two revert changes: |
Sorry, something went wrong.
test_ioctlfails on macOS #119770