This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grv87
Recipients grv87, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-10-24.09:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635068325.62.0.0976139991665.issue45597@roundup.psfhosted.org>
In-reply-to
Content
If a path contains a junction pointing to a dir on a letter-less drive then `os.path.realpath` returns `Volume{<uuid>}\dir`, without `\\?\` prefix. 

This path, of course, doesn't work correctly. Actually, it looks relative.

Original issue: https://github.com/pypa/pip/issues/10597
History
Date User Action Args
2021-10-24 09:38:45grv87setrecipients: + grv87, paul.moore, tim.golden, zach.ware, steve.dower
2021-10-24 09:38:45grv87setmessageid: <1635068325.62.0.0976139991665.issue45597@roundup.psfhosted.org>
2021-10-24 09:38:45grv87linkissue45597 messages
2021-10-24 09:38:45grv87create