]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118486: Switch mkdir(mode=0o700) on Windows to use OWNER RIGHTS instead of CURRENT...
authorSteve Dower <steve.dower@python.org>
Thu, 2 May 2024 18:43:54 +0000 (19:43 +0100)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 18:43:54 +0000 (19:43 +0100)
commit8ed546679524140d8282175411fd141fe7df070d
tree564419a53ce82af6f1f29661d89423481de04e9e
parent16acecd77924b849f51b36f41cd21ca759c9ff2a
gh-118486: Switch mkdir(mode=0o700) on Windows to use OWNER RIGHTS instead of CURRENT_USER (GH-118515)
Modules/posixmodule.c