-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Several unused functions in posixmodule.c
under WASI build
#120586
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
Labels
Comments
Refs 7111d96 and e72830353216 |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Jun 16, 2024
sobolevn
added a commit
that referenced
this issue
Jun 17, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 17, 2024
…le.c` (pythonGH-120588) (cherry picked from commit 3df2022) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 17, 2024
…le.c` (pythonGH-120588) (cherry picked from commit 3df2022) Co-authored-by: Nikita Sobolev <[email protected]>
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Link: https://buildbot.python.org/all/#/builders/1046/builds/5439
The problem is that these helpers are defined without a
#ifdef
guard, while functions that use them have a conditional definition.I propose to add the same conditions to these functions as well.
Linked PRs
posixmodule.c
#120588posixmodule.c
(GH-120588) #120616posixmodule.c
(GH-120588) #120617The text was updated successfully, but these errors were encountered: