[issue44567] venv fails when called from within long path on Windows

2021-07-05 Thread schwaerz
schwaerz added the comment: I see. Reading https://docs.python.domainunion.de/3/using/windows.html#removing-the-max-path-limitation I thought that the long paths on Win10 are supposed to be supported in general. Is there any blocker in particular which I should keep in mind

[issue44567] venv fails when called from within long path on Windows

2021-07-05 Thread schwaerz
New submission from schwaerz : When trying to create a venv from within a long path name in Windows 10 (long paths enabled in the registry), python crashes. Used python 3.9.6. When reducing the path length by one character, it starts working. When disabling the long path support in Windows, I