Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-133562: disable security descriptor handling on unsupported WinAPI partitions #133563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 14, 2025
Prev Previous commit
Next Next commit
Update Modules/posixmodule.c
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
  • Loading branch information
maxbachmann and zooba authored May 7, 2025
commit e2ee3d030f7f3e7470eefa7128af22bf1eed963b
2 changes: 2 additions & 0 deletions 2 Modules/posixmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -5726,6 +5726,8 @@ os_mkdir_impl(PyObject *module, path_t *path, int mode, int dir_fd)

#ifdef MS_WINDOWS
Py_BEGIN_ALLOW_THREADS
// For API sets that don't support these APIs, we have no choice
// but to silently create a directory with default ACL.
#if defined(MS_WINDOWS_APP) || defined(MS_WINDOWS_SYSTEM)
maxbachmann marked this conversation as resolved.
Show resolved Hide resolved
if (mode == 0700 /* 0o700 */) {
ULONG sdSize;
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.