summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2024-08-13 17:09:21 (GMT)
committerGitHub <noreply@github.com>2024-08-13 17:09:21 (GMT)
commit5f6851152254b4b9d70af4ae5aea3f20965cee28 (patch)
treef355fe2c7a97ded32374537b6946eb3ebd73a566 /Python
parent901d94992eddd84ded2edc55235cbf22503c4de4 (diff)
downloadcpython-5f6851152254b4b9d70af4ae5aea3f20965cee28.zip
cpython-5f6851152254b4b9d70af4ae5aea3f20965cee28.tar.gz
cpython-5f6851152254b4b9d70af4ae5aea3f20965cee28.tar.bz2
GH-85633: Fix pathlib test failures on filesystems without world-write. (#122883)
Replace `umask(0)` with `umask(0o002)` so the created files are not world-writable, and replace `umask(0o022)` with `umask(0o026)` to check that permissions for 'others' can still be set.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions