[issue37453] Symlink creation on Windows should work without privilege escalation

Jason R. Coombs report at bugs.python.org
Sun Jun 30 15:52:50 EDT 2019


New submission from Jason R. Coombs <jaraco at jaraco.com>:

A few years ago, Windows [announced more lenient support for creating symbolic links](). This more lenient support requires the caller to pass a flag in the API. Neither the blog post nor the API docs give any indication of why one would not ever pass that flag, and passing it will enable symlink to work in more cases that work in Unix, so I believe Python should set the SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag.

----------
messages: 346935
nosy: jaraco, steve.dower
priority: normal
severity: normal
status: open
title: Symlink creation on Windows should work without privilege escalation
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37453>
_______________________________________


More information about the Python-bugs-list mailing list