]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Dec 2023 12:00:40 +0000 (13:00 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 12:00:40 +0000 (14:00 +0200)
commit913051d2a00eaa98c35fe06675e40acd6d87393f
tree4c54c66879b42371d19e9232a103b6ed708329ab
parent9f5209f3c29a47cd40b12a4b3b1d8706f8fbffb5
[3.12] gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091) (GH-113099)

(cherry picked from commit c6e953be125c491226adc1a5bc9c804ce256aa17)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/support/os_helper.py
Lib/test/test_os.py
Lib/test/test_posix.py
Lib/test/test_tarfile.py