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

[3.8] bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) #15978

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 11, 2019

Use fdwalk() on platforms that support it to implement os.closerange().
(cherry picked from commit e20134f)

Co-authored-by: Jakub Kulík [email protected]

https://bugs.python.org/issue38110

…5224)

Use fdwalk() on platforms that support it to implement os.closerange().
(cherry picked from commit e20134f)

Co-authored-by: Jakub Kulík <[email protected]>
@gpshead
Copy link
Member

gpshead commented Sep 11, 2019

I'm going to let the buildbots run on master as a sanity check before approving this.

@gpshead gpshead self-assigned this Sep 11, 2019
@miss-islington
Copy link
Contributor Author

@kulikjak and @gpshead: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@kulikjak and @gpshead: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@kulikjak and @gpshead: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 84eb42e into python:3.8 Sep 12, 2019
@miss-islington miss-islington deleted the backport-e20134f-3.8 branch September 12, 2019 11:19
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