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 hroncok, pablogsal, paul.moore, petr.viktorin, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-10-14.14:50:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571064646.01.0.366984880523.issue38470@roundup.psfhosted.org>
In-reply-to
Content
To reproduce the recent on a recent Windows 10, you can opt-out for long path using this change:

diff --git a/PC/python.manifest b/PC/python.manifest
index 8e1bc022ad..524f9b2f6d 100644
--- a/PC/python.manifest
+++ b/PC/python.manifest
@@ -18,7 +18,6 @@
   </compatibility>
   <application xmlns="urn:schemas-microsoft-com:asm.v3">
     <windowsSettings>
-      <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
     </windowsSettings>
   </application>
   <dependency>
History
Date User Action Args
2019-10-14 14:50:46vstinnersetrecipients: + vstinner, paul.moore, tim.golden, petr.viktorin, zach.ware, steve.dower, hroncok, pablogsal
2019-10-14 14:50:46vstinnersetmessageid: <1571064646.01.0.366984880523.issue38470@roundup.psfhosted.org>
2019-10-14 14:50:46vstinnerlinkissue38470 messages
2019-10-14 14:50:45vstinnercreate