New submission from Adrien Pré:

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

----------
components: Library (Lib)
messages: 297820
nosy: Adrien Pré
priority: normal
severity: normal
status: open
title: python cannot import module located on a "VOLUME" directory
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30865>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to