]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-127146: Emscripten: Set umask to zero in python.sh (GH-136740) (#136745)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Jul 2025 16:05:40 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Jul 2025 16:05:40 +0000 (16:05 +0000)
commit76d4a43bd8d1409dc0f67a3c2b52b3437a1bd049
treef18a888b753bcdab21a705461fd11d18913582ba
parent2ce207108c381a1f765d03dffd6205ecc35db5e1
[3.14] gh-127146: Emscripten: Set umask to zero in python.sh (GH-136740) (#136745)

Clears the umask used during a test of pydoc.apropos when testing on
Emscripten. This is to work around a known issue in Emscripten; but it's not
clear if the chmod call that is causing the problem is actually testing
anything of significance.
(cherry picked from commit 22af5d35a620ee44393853036a8450ceb047688e)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Lib/test/test_pydoc/test_pydoc.py