Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythonGH-85633: Fix pathlib test failures on filesystems without worl…
…d-write. Replace `umask(0)` with `umask(2)`, and `umask(0o022)` with `umask(0o026)`, so the created files are not world-writable. In the latter case, we remove read permission to check that permissions for 'others' can still be set.
- Loading branch information