[issue27729] Provide a better error message when the file path is too long on Windows

Steve Dower report at bugs.python.org
Wed Aug 10 19:02:02 EDT 2016


Steve Dower added the comment:

See https://github.com/pypa/pip/issues/3055 for an example of this error.

(Also note that there is a path limit of ~32k with the prefix, and that using it also disables a lot of standard path resolution algorithms, so simply adding it everywhere does not fix anything.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27729>
_______________________________________


More information about the Python-bugs-list mailing list