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 apre
Recipients apre
Date 2017-07-06.09:51:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499334662.04.0.074611059565.issue30865@psf.upfronthosting.co.za>
In-reply-to
Content
This issue created on python-docker project https://github.com/docker-library/python/issues/210 indicates that python cannot import a module if it is located on a docker-volume.

yosifkit's comment suggest there is an issue in the UNC resolution with paths starting with `\\?\` 

Thesre is probably a fix to do in Lib\ntpath.py, however I am not sure how to fix that.

Steps to reproduce the issues are here: https://github.com/apre/windows-volume-issue
History
Date User Action Args
2017-07-06 09:51:02apresetrecipients: + apre
2017-07-06 09:51:02apresetmessageid: <1499334662.04.0.074611059565.issue30865@psf.upfronthosting.co.za>
2017-07-06 09:51:02aprelinkissue30865 messages
2017-07-06 09:51:01aprecreate