]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90473: Fix more tests on platforms without umask (GH-95164)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 Jul 2022 10:51:29 +0000 (03:51 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Jul 2022 10:51:29 +0000 (03:51 -0700)
commit0d688bd2b6f572afb9783c3520345c9accc0ca6c
tree7f213ca9e2fba270d1b45a8e8f6730961844742e
parent62bc052c1eebce3f6e68e7a18ea3cf4bc05e1527
gh-90473: Fix more tests on platforms without umask (GH-95164)

(cherry picked from commit 68393248947adaa61962cd44e9d49c44017ba94f)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/distutils/tests/test_dir_util.py
Lib/test/support/os_helper.py
Lib/test/test_os.py