The path length limitation has been increased to 32767 since Windows 10 version 1607 with a registry setting.
Additionally, during Python installation, there is an option disable path length limit which helps achieve this.
I think it’s more reasonable to update this limitation from 260 to 32767 or provide a configuration option.
The path length limitation has been increased to 32767 since Windows 10 version 1607 with a registry setting.
Additionally, during Python installation, there is an option
disable path length limitwhich helps achieve this.I think it’s more reasonable to update this limitation from 260 to 32767 or provide a configuration option.