-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
"AttributeError: 'NoneType' object has no attribute 'is_absolute' " occurs when building 3.13.0 beta 1 from source on Windows #118876
Labels
Comments
i-shenl
added a commit
to i-shenl/cpython
that referenced
this issue
May 10, 2024
Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.
i-shenl
added a commit
to i-shenl/cpython
that referenced
this issue
May 10, 2024
Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.
zooba
pushed a commit
that referenced
this issue
May 13, 2024
Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 13, 2024
…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 <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 13, 2024
…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 <[email protected]>
This was referenced May 13, 2024
Thank you! |
zooba
pushed a commit
that referenced
this issue
May 13, 2024
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 <[email protected]>
zooba
pushed a commit
that referenced
this issue
May 13, 2024
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 <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…nGH-118880) Fixes an AttributeError that occurs when checking if ns.temp is an absolute path during building from source on Windows.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug report
Bug description:
The above error occurs when building python 3.13 beta 1 from source on Windows. Have determined that ns.temp not being defined before its is_absolute() method is invoked. Below is the full trace of the AttributeError. Will submit a PR with a patch that is working for me.
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: