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 Geoff.Alexander
Recipients Geoff.Alexander, MaximilianSP, eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-03-06.14:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551883413.4.0.459987310737.issue35678@roundup.psfhosted.org>
In-reply-to
Content
The [WinError 87] does seems to be caused by the current directory's name being too long.  The value of len(os.getcwd())is 260 when the exception occurs.  The failing call was subprocess.check_output("git ls-files", shell=True).  I've open Issue 36213 to track this problem.
History
Date User Action Args
2019-03-06 14:43:33Geoff.Alexandersetrecipients: + Geoff.Alexander, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, MaximilianSP
2019-03-06 14:43:33Geoff.Alexandersetmessageid: <1551883413.4.0.459987310737.issue35678@roundup.psfhosted.org>
2019-03-06 14:43:33Geoff.Alexanderlinkissue35678 messages
2019-03-06 14:43:33Geoff.Alexandercreate