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 steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-13.18:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565721356.66.0.695395031566.issue37834@roundup.psfhosted.org>
In-reply-to
Content
Latest PR update uses GetFinalPathName to resolve SubstituteName, returning it unmodified on failure (e.g. symlink where the target file no longer exists).

Replacing "\??\" with "\\?\" in place is trivial though, as we start with a mutable buffer. I'm just not clear that it's as simple as that, though.
History
Date User Action Args
2019-08-13 18:35:56steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2019-08-13 18:35:56steve.dowersetmessageid: <1565721356.66.0.695395031566.issue37834@roundup.psfhosted.org>
2019-08-13 18:35:56steve.dowerlinkissue37834 messages
2019-08-13 18:35:56steve.dowercreate