[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-37412: pythoninfo: add Windows long paths by vstinner · Pull Request #14434 · python/cpython

vstinner

Merged

On Windows, test.pythoninfo now checks if support for long paths is
enabled using ntdll.RtlAreLongPathsEnabled() function.

Co-Authored-By: Eryk Sun <eryksun@gmail.com>

vstinner deleted the pythoninfo_long_paths branch

June 28, 2019 16:05

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
On Windows, test.pythoninfo now checks if support for long paths is
enabled using ntdll.RtlAreLongPathsEnabled() function.

Co-Authored-By: Eryk Sun <eryksun@gmail.com>

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
On Windows, test.pythoninfo now checks if support for long paths is
enabled using ntdll.RtlAreLongPathsEnabled() function.

Co-Authored-By: Eryk Sun <eryksun@gmail.com>