]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten: Set umask to zero in python.sh (#136740)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 17 Jul 2025 15:39:01 +0000 (17:39 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Jul 2025 15:39:01 +0000 (15:39 +0000)
commit22af5d35a620ee44393853036a8450ceb047688e
tree21b165556a9ce485f3ed7a6be33355410b04c6d0
parent180b3eb697bf5bb0088f3f35ef2d3675f9fff04f
gh-127146: Emscripten: Set umask to zero in python.sh (#136740)

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.
Lib/test/test_pydoc/test_pydoc.py