This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients petr.viktorin, vstinner
Date 2019-09-26.07:16:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569482183.36.0.271213395469.issue38112@roundup.psfhosted.org>
In-reply-to
Content
Similar errors on AMD64 Windows10 3.x:
https://buildbot.python.org/all/#/builders/3/builds/3567

pythoninfo:

sys.windowsversion: sys.getwindowsversion(major=10, minor=0, build=17134, platform=2, service_pack='')
windows.RtlAreLongPathsEnabled: False

--

And AMD64 Windows7 SP1 3.x:
https://buildbot.python.org/all/#/builders/40/builds/3180

pythoninfo:

sys.windowsversion: sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1')
windows.RtlAreLongPathsEnabled: <function not available>
History
Date User Action Args
2019-09-26 07:16:23vstinnersetrecipients: + vstinner, petr.viktorin
2019-09-26 07:16:23vstinnersetmessageid: <1569482183.36.0.271213395469.issue38112@roundup.psfhosted.org>
2019-09-26 07:16:23vstinnerlinkissue38112 messages
2019-09-26 07:16:23vstinnercreate