Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498)#119505

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 1 commit intopython:3.12fromvstinner:ioctl_long312
May 24, 2024

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commentedMay 24, 2024
edited by bedevere-appbot
Loading

Use an 'unsigned long' instead of an 'unsigned int' for the request parameter of fcntl.ioctl() to support requests larger than UINT_MAX.

(cherry picked from commit92fab33)

Use an 'unsigned long' instead of an 'unsigned int' for the requestparameter of fcntl.ioctl() to support requests larger than UINT_MAX.(cherry picked from commit92fab33)
@bedevere-app
Copy link

GH-119905 is a backport of this pull request to the3.12 branch.

vstinner added a commit to vstinner/cpython that referenced this pull requestJun 1, 2024
…#119498) (python#119505)"This reverts commit078da88.The change modified how negative values, like termios.TIOCSWINSZ, wastreated and is actually backward incompatible.
vstinner added a commit that referenced this pull requestJun 1, 2024
…) (#1… (#119905)Revert "[3.12]gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505)"This reverts commit078da88.The change modified how negative values, like termios.TIOCSWINSZ, wastreated and is actually backward incompatible.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp