Uh oh!
There was an error while loading. Please reload this page.
Refactor: Use is_wasm32 flag for is_emscripten or is_wasi for generic checks - #136815
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
hoodmane
commented
Jul 19, 2025
Cc @brettcannon . I'm okay with it if he is. |
hoodmane
commented
Jul 19, 2025
@ambv says it needs to be |
anistark
commented
Jul 19, 2025
Done. |
is_wasm flag for is_emscripten or is_wasi for generic checksis_wasm32 flag for is_emscripten or is_wasi for generic checks
brettcannon
left a comment
There was a problem hiding this comment.
It looks like I can't edit the PR, so I'm asking for what looks like a redundant comment addition to be removed.
Uh oh!
There was an error while loading. Please reload this page.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Brett Cannon <brett@python.org>
anistark
commented
Jul 21, 2025
I have made the requested changes; please review again. |
Thanks for making the requested changes! @brettcannon: please review the changes made to this pull request. |
Uh oh!
There was an error while loading. Please reload this page.
brettcannon
commented
Jul 22, 2025
Thanks, @anistark ! |
anistark
commented
Jul 22, 2025
Thanks for review 🙌🏼 |
…r generic checks (pythonGH-136815) Co-authored-by: Brett Cannon <brett@python.org>
…r generic checks (pythonGH-136815) Co-authored-by: Brett Cannon <brett@python.org>
Thanks @anistark for the PR, and @brettcannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…r generic checks (pythonGH-136815) (cherry picked from commit aafb143) Co-authored-by: Ani <5357586+anistark@users.noreply.github.com> Co-authored-by: Brett Cannon <brett@python.org>
GH-138643 is a backport of this pull request to the 3.14 branch. |
…asi` for generic checks (pythonGH-136815) (python#138643) Co-authored-by: Ani <5357586+anistark@users.noreply.github.com> Co-authored-by: Brett Cannon <brett@python.org>
No description provided.