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.
Created on 2017年07月06日 09:51 by apre, last changed 2022年04月11日 14:58 by admin.
| Messages (2) | |||
|---|---|---|---|
| msg297820 - (view) | Author: apre (apre) | Date: 2017年07月06日 09:51 | |
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 |
|||
| msg297831 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2017年07月06日 14:16 | |
Reading through some of the linked material, it looks like the issue is with how UNC "symlinks" are resolved. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:48 | admin | set | github: 75048 |
| 2017年07月06日 14:16:10 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg297831 |
| 2017年07月06日 11:30:50 | serhiy.storchaka | set | nosy:
+ paul.moore, tim.golden, zach.ware, steve.dower components: + Windows |
| 2017年07月06日 09:51:02 | apre | create | |