[New-bugs-announce] [issue30865] python cannot import module located on a "VOLUME" directory

Adrien Pré report at bugs.python.org
Thu Jul 6 05:51:02 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30865>
_______________________________________


More information about the New-bugs-announce mailing list