mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
5f68511522
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.