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 jaraco
Recipients alexreg, amaury.forgeotdarc, asvetlov, brian.curtin, eric.araujo, jaraco, ncoghlan, santoso.wijaya, wkornewald
Date 2012-01-22.14:27:21
SpamBayes Score 0.0018502295
Marked as misclassified No
Message-id <1327242442.52.0.596927141216.issue6727@psf.upfronthosting.co.za>
In-reply-to
Content
After hearing back from Microsoft support (and by proxy, the Visual Studio development team), it is clear that this issue is very low priority for them (they see it as having trivial business impact), so we cannot expect it to be fixed in the upstream libraries anytime soon.

This response essentially means that if Python wants to support these symbolically-linked directories, it cannot use stat/wstat on Windows and must use instead the Windows APIs.

As seen in issue13412, this bug not only affects import.c, but also affects posixmodule (such as with os.listdir). After addressing this issue for import.c, it will probably be necessary to also address it for other parts of Python that use stat/wstat (or other calls that depend on those calls).
History
Date User Action Args
2012-01-22 14:27:22jaracosetrecipients: + jaraco, amaury.forgeotdarc, ncoghlan, eric.araujo, brian.curtin, asvetlov, santoso.wijaya, wkornewald, alexreg
2012-01-22 14:27:22jaracosetmessageid: <1327242442.52.0.596927141216.issue6727@psf.upfronthosting.co.za>
2012-01-22 14:27:21jaracolinkissue6727 messages
2012-01-22 14:27:21jaracocreate