cpython
cpython copied to clipboard
gh-118876: Set ns.temp before invoking its is_absolute method
Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.
- Issue: gh-118876
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 skip news label instead.
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 skip news label instead.
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 skip news label instead.
Thanks @i-shenl for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. 🐍🍒⛏🤖
Thanks @i-shenl for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. 🐍🍒⛏🤖
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.