From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:10:52 +0000 (+0200) Subject: [3.14] gh-148814: Fix an issue in Emscripten README (GH-148752) (#148815) X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c235654cba26a4f538256842cec8ff1fa9f22331;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-148814: Fix an issue in Emscripten README (GH-148752) (#148815) Correct the description of the default state of test module compilation. (cherry picked from commit d206d42834b2a34aee11b048357131371cf6947d) Co-authored-by: Stan Ulbrych --- diff --git a/Platforms/emscripten/README.md b/Platforms/emscripten/README.md index c1fb1dd53567..82d338c7781c 100644 --- a/Platforms/emscripten/README.md +++ b/Platforms/emscripten/README.md @@ -243,8 +243,8 @@ await createEmscriptenModule({ are not shipped. All other modules are bundled as pre-compiled ``pyc`` files. - In-memory file system (MEMFS) is not persistent and limited. -- Test modules are disabled by default. Use ``--enable-test-modules`` build - test modules like ``_testcapi``. +- Test modules are built by default. Use ``--disable-test-modules`` to disable + building test modules like ``_testcapi``. ## WASI (wasm32-wasi)