Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[3.8] bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) #15978
Conversation
the-knights-who-say-ni
added
the
CLA signed
label
Sep 11, 2019
bedevere-bot
added
the
awaiting review
label
Sep 11, 2019
This comment has been minimized.
This comment has been minimized.
|
I'm going to let the buildbots run on master as a sanity check before approving this. |
gpshead
self-assigned this
Sep 11, 2019
gpshead
added
the
DO-NOT-MERGE
label
Sep 11, 2019
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
gpshead
removed
the
DO-NOT-MERGE
label
Sep 12, 2019
gpshead
approved these changes
Sep 12, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Sep 12, 2019
miss-islington
merged commit 84eb42e
into
python:3.8
Sep 12, 2019
5 checks passed
miss-islington
deleted the
miss-islington:backport-e20134f-3.8
branch
Sep 12, 2019
bedevere-bot
removed
the
awaiting merge
label
Sep 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
miss-islington commentedSep 11, 2019
•
edited by bedevere-bot
Use fdwalk() on platforms that support it to implement os.closerange().
(cherry picked from commit e20134f)
Co-authored-by: Jakub Kulík Kulikjak@gmail.com
https://bugs.python.org/issue38110