commit | 64580da33122a10aef75c76aa3ff87c0ee11e3d7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Jun 28 18:05:05 2019 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 28 18:05:05 2019 +0200 |
tree | 2e76dabdcfefaa2375defd42131ebbe40d08ce23 | |
parent | ec3e20a2d1edddb0558f9d32e2b367904ccdde88 [diff] |
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>