Skip to content

bpo-38110: Use fdwalk for os.closerange() when available. #15224

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
merged 3 commits into from
Sep 11, 2019

Conversation

kulikjak
Copy link
Contributor

@kulikjak kulikjak commented Aug 12, 2019

Use fdwalk() on platforms that support it to implement os.closerange().

https://bugs.python.org/issue38110

@gpshead gpshead self-requested a review September 10, 2019 15:18
@gpshead gpshead self-assigned this Sep 10, 2019
@gpshead gpshead changed the title Use fdwalk for posix_closerange function. bpo-38110: Use fdwalk for posix_closerange function. Sep 11, 2019
@gpshead gpshead changed the title bpo-38110: Use fdwalk for posix_closerange function. bpo-38110: Use fdwalk for os.closerange() when available. Sep 11, 2019
@gpshead gpshead merged commit e20134f into python:master Sep 11, 2019
@miss-islington
Copy link
Contributor

Thanks @kulikjak for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-15978 is a backport of this pull request to the 3.8 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants