Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
gh-127405: Remove dead code in sysconfig._get_pybuilddir()#131935
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
a7099b9700ffee2cf16e6fcb5c1725ae99478f13d41bd31c4365225215e914901a8f94047d5e4949fd46cb043121a6b81bbc0c675a5af5c8732ea14File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Remove dead code in function ``sysconfig._get_pybuilddir``. Patch by Xuehai Pan. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
I don't see any way for this to be called, but I note that this behavior is tied to
cpython/Tools/wasm/wasi.py
Line 216 in e9556e1
I think this aspect of the WASM build is broken, and if this code can be deleted then perhaps that trail can too.