Skip to content

gh-132987: Support __index__() in the posix module#133096

Merged
serhiy-storchaka merged 2 commits into
python:mainfrom
serhiy-storchaka:posix-unsigned-int-index
Apr 29, 2025
Merged

gh-132987: Support __index__() in the posix module#133096
serhiy-storchaka merged 2 commits into
python:mainfrom
serhiy-storchaka:posix-unsigned-int-index

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Apr 28, 2025

Copy link
Copy Markdown
Member

Support it for the dev_t values in mknod(), major(), minor() and makedev(), CPU numbers in sched_setaffinity(), group numbers in setgroups(), configuration name in fpathconf(), pathconf(), confstr(), and sysconf().

Support it for the dev_t values in mknod(), major(), minor() and makedev(),
CPU numbers in sched_setaffinity(), group numbers in setgroups(),
configuration name in fpathconf(), pathconf(), confstr(), and sysconf().

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@serhiy-storchaka serhiy-storchaka merged commit 07edc0d into python:main Apr 29, 2025
@serhiy-storchaka serhiy-storchaka deleted the posix-unsigned-int-index branch April 29, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants