[New-bugs-announce] [issue37834] readlink on Windows cannot read app exec links

Steve Dower report at bugs.python.org
Mon Aug 12 14:49:22 EDT 2019


New submission from Steve Dower <steve.dower at python.org>:

The IO_REPARSE_TAG_APPEXECLINK was introduced for aliases to installed UWP apps that require activation before they can be executed.

Currently these are in an unusual place as far as Python support goes - stat() fails where lstat() succeeds, but the lstat() result doesn't have the right flags to make is_link() return True.

It's not clear whether we *should* treat these as regular symlinks, given there are a number of practical differences, but since we can enable it I'm going to post a PR anyway.

----------
components: Windows
messages: 349486
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: readlink on Windows cannot read app exec links
versions: Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list