{{ message }}
bpo-29592: site: skip abs_paths() when it's redundant#167
Merged
methane merged 2 commits intoMar 14, 2017
Merged
Conversation
It seems redundant for now.
618751a to
3632140
Compare
February 19, 2017 14:20
ncoghlan
approved these changes
Mar 14, 2017
ncoghlan
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me!
Sorry, something went wrong.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Aug 16, 2018
printf() was used to emit parts of an error message, if there is a pending error while entering Stackless subsystem.
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Aug 16, 2018
printf() was used to emit parts of an error message, if there is a pending error while entering Stackless subsystem. (cherry picked from commit 8a44a5f)
akruis
added a commit
to akruis/cpython
that referenced
this pull request
Sep 11, 2018
printf() was used to emit parts of an error message, if there is a pending error while entering Stackless subsystem. (cherry picked from commit 8a44a5f)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
[bpo-29592]
os.path.abspath()is relatively slow function. Let's skip it if possible.