]> granicus.if.org Git - python/commit
bpo-37412: pythoninfo: add Windows long paths (GH-14434)
authorVictor Stinner <vstinner@redhat.com>
Fri, 28 Jun 2019 16:05:05 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jun 2019 16:05:05 +0000 (18:05 +0200)
commit64580da33122a10aef75c76aa3ff87c0ee11e3d7
tree2e76dabdcfefaa2375defd42131ebbe40d08ce23
parentec3e20a2d1edddb0558f9d32e2b367904ccdde88
bpo-37412: pythoninfo: add Windows long paths (GH-14434)

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>
Lib/test/pythoninfo.py