Skip to content
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

Add os.fchmod() on Windows #113191

Closed
serhiy-storchaka opened this issue Dec 15, 2023 · 0 comments
Closed

Add os.fchmod() on Windows #113191

serhiy-storchaka opened this issue Dec 15, 2023 · 0 comments
Labels
OS-windows type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

serhiy-storchaka commented Dec 15, 2023

Feature or enhancement

After implementing os.lchmod() and os.chmod(follow_symlinks=True) on Windows in #59616, adding os.fchmod() is easy.

Linked PRs

@serhiy-storchaka serhiy-storchaka added type-feature A feature request or enhancement OS-windows labels Dec 15, 2023
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this issue Dec 15, 2023
Also support a file descriptor in os.chmod().
serhiy-storchaka added a commit that referenced this issue Dec 24, 2023
Also support a file descriptor in os.chmod().
ryan-duve pushed a commit to ryan-duve/cpython that referenced this issue Dec 26, 2023
@hugovk hugovk closed this as completed Jan 11, 2024
kulikjak pushed a commit to kulikjak/cpython that referenced this issue Jan 22, 2024
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants