[issue27731] Opt-out of MAX_PATH on Windows 10

Steve Dower report at bugs.python.org
Sat Sep 3 13:00:59 EDT 2016


Steve Dower added the comment:

Just discovered that this actually requires enabling the group policy for long paths - specifically setting HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem at LongPathsEnabled to 1.

Apparently the manifest is also required, but in my testing the manifest is ignored and we just get long path support for free. So perhaps we should just add a message to file exceptions when the path is >260?

----------

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


More information about the Python-bugs-list mailing list