]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten: Make os.umask() actually work (#136706)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 16 Jul 2025 13:33:15 +0000 (15:33 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 13:33:15 +0000 (15:33 +0200)
commit12e52cad718723636a96042f9399634392285c44
treeccc25d82bd75c2b941d60a06b8d7dd6885846211
parent8e2f4b448380b4c835442534d566618f06e32573
gh-127146: Emscripten: Make os.umask() actually work (#136706)

Provide a stub implementation of umask that is enough to get some tests passing.
More work is needed upstream in Emscripten to make all umask tests to pass.
Lib/test/test_os.py
Python/emscripten_syscalls.c