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 upbpo-38110: Use fdwalk for os.closerange() when available. #15224
Conversation
the-knights-who-say-ni
added
the
CLA signed
label
Aug 12, 2019
bedevere-bot
added
the
awaiting review
label
Aug 12, 2019
gpshead
self-requested a review
Sep 10, 2019
gpshead
self-assigned this
Sep 10, 2019
gpshead
added
the
needs backport to 3.8
label
Sep 10, 2019
gpshead
changed the title
Use fdwalk for posix_closerange function.
bpo-38110: Use fdwalk for posix_closerange function.
Sep 11, 2019
gpshead
approved these changes
Sep 11, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Sep 11, 2019
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
merged commit e20134f
into
python:master
Sep 11, 2019
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Sep 11, 2019
bedevere-bot
removed
the
awaiting merge
label
Sep 11, 2019
miss-islington
added a commit
to miss-islington/cpython
that referenced
this pull request
Sep 11, 2019
bedevere-bot
removed
the
needs backport to 3.8
label
Sep 11, 2019
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Sep 11, 2019
|
GH-15978 is a backport of this pull request to the 3.8 branch. |
vrpolakatcisco
added a commit
to vrpolakatcisco/cpython
that referenced
this pull request
Sep 12, 2019
miss-islington
added a commit
that referenced
this pull request
Sep 12, 2019
DinoV
added a commit
to DinoV/cpython
that referenced
this pull request
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.
kulikjak commentedAug 12, 2019
•
edited by gpshead
Use fdwalk() on platforms that support it to implement os.closerange().
https://bugs.python.org/issue38110