Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-118876: Set ns.temp before invoking its is_absolute method#118880
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedMay 10, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
# Put temp on a Dev Drive for speed if we're copying to one. | ||
# If not, the regular temp dir will have to do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Can you move this as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Done!
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
…nGH-118880)Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.(cherry picked from commitd8a82cc)Co-authored-by: I-Shen Leong <i-shenl@activestate.com>
…nGH-118880)Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.(cherry picked from commitd8a82cc)Co-authored-by: I-Shen Leong <i-shenl@activestate.com>
GH-118994 is a backport of this pull request to the3.12 branch. |
GH-118995 is a backport of this pull request to the3.13 branch. |
…nGH-118880)Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.
Uh oh!
There was an error while loading.Please reload this page.
Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.