Skip to content

[3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) #120054

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

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jun 4, 2024

Fix os.major(), os.minor() and os.makedev().
Support device numbers larger than 2**63-1.
Support non-existent device number (NODEV).
(cherry picked from commit 7111d96)

…onGH-31794)

Fix os.major(), os.minor() and os.makedev().
Support device numbers larger than 2**63-1.
Support non-existent device number (NODEV).
(cherry picked from commit 7111d96)

Co-authored-by: Serhiy Storchaka <[email protected]>
@bedevere-app bedevere-app bot added the type-bug An unexpected behavior, bug, or error label Jun 4, 2024
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) June 4, 2024 16:39
@serhiy-storchaka serhiy-storchaka merged commit f98ec75 into python:3.12 Jun 4, 2024
29 checks passed
@serhiy-storchaka serhiy-storchaka deleted the backport-7111d96-3.12 branch October 21, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant