Skip to content

gh-145335: Skip Emscripten for os.execve test#145528

Merged
vstinner merged 2 commits intopython:mainfrom
hoodmane:skip-execve-emscripten
Mar 5, 2026
Merged

gh-145335: Skip Emscripten for os.execve test#145528
vstinner merged 2 commits intopython:mainfrom
hoodmane:skip-execve-emscripten

Conversation

@hoodmane
Copy link
Contributor

@hoodmane hoodmane commented Mar 5, 2026

Emscripten's os.execve always fails with ENOEXEC. As an alternative, we could add
ENOEXEC to the list of allowed return codes.

Emscripten's os.execve always fails with ENOEXEC.
@bedevere-app bedevere-app bot added the tests Tests in the Lib/test dir label Mar 5, 2026
@hoodmane hoodmane added skip news and removed tests Tests in the Lib/test dir labels Mar 5, 2026
@hoodmane hoodmane requested a review from vstinner March 5, 2026 10:11
Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner merged commit 23a4e3b into python:main Mar 5, 2026
81 of 83 checks passed
@vstinner
Copy link
Member

vstinner commented Mar 5, 2026

Merged, thanks for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants