Skip to content

gh-148814: Fix an issue in Emscripten README#148752

Merged
freakboy3742 merged 1 commit intopython:mainfrom
StanFromIreland:emscriptem
Apr 20, 2026
Merged

gh-148814: Fix an issue in Emscripten README#148752
freakboy3742 merged 1 commit intopython:mainfrom
StanFromIreland:emscriptem

Conversation

@StanFromIreland
Copy link
Copy Markdown
Member

@StanFromIreland StanFromIreland commented Apr 19, 2026

Looking at:

cpython/configure.ac

Lines 7796 to 7804 in 9e23652

# Check whether to disable test modules. Once set, setup.py will not build
# test extension modules and "make install" will not install test suites.
AC_MSG_CHECKING([for --disable-test-modules])
AC_ARG_ENABLE([test-modules],
[AS_HELP_STRING([--disable-test-modules], [don't build nor install test modules])], [
AS_VAR_IF([enable_test_modules], [yes], [TEST_MODULES=yes], [TEST_MODULES=no])
], [TEST_MODULES=yes])
AC_MSG_RESULT([$TEST_MODULES])
AC_SUBST([TEST_MODULES])

@StanFromIreland StanFromIreland added docs Documentation in the Doc dir skip issue labels Apr 19, 2026
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Apr 19, 2026
@freakboy3742 freakboy3742 changed the title Fix an issue in Emscripten README gh-148814: Fix an issue in Emscripten README Apr 20, 2026
@freakboy3742 freakboy3742 added needs backport to 3.14 bugs and security fixes and removed skip issue labels Apr 20, 2026
Copy link
Copy Markdown
Contributor

@freakboy3742 freakboy3742 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I've added an issue so it can be backported to 3.14, since the same problem exists there.

@freakboy3742 freakboy3742 merged commit d206d42 into python:main Apr 20, 2026
48 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Apr 20, 2026
@miss-islington-app
Copy link
Copy Markdown

Thanks @StanFromIreland for the PR, and @freakboy3742 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@bedevere-app
Copy link
Copy Markdown

bedevere-app bot commented Apr 20, 2026

GH-148815 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Apr 20, 2026
freakboy3742 pushed a commit that referenced this pull request Apr 20, 2026
)

Correct the description of the default state of test module compilation.
(cherry picked from commit d206d42)

Co-authored-by: Stan Ulbrych <stan@python.org>
@hoodmane
Copy link
Copy Markdown
Contributor

Thanks @StanFromIreland and @freakboy3742 !

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

Labels

docs Documentation in the Doc dir OS-emscripten skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants