-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
gh-118876: Set ns.temp before invoking its is_absolute method #118880
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb 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 Python require a NEWS entry. Add one using the blurb_it web app or the blurb 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 Python require a NEWS entry. Add one using the blurb_it web app or the blurb 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 commit d8a82cc) 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 commit d8a82cc) Co-authored-by: I-Shen Leong <i-shenl@activestate.com>
GH-118994 is a backport of this pull request to the 3.12 branch. |
GH-118995 is a backport of this pull request to the 3.13 branch. |
…nGH-118880) Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.
Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.