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 Geoff.Alexander, MaximilianSP, eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-03-05.11:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551785362.28.0.860743462317.issue35678@roundup.psfhosted.org>
In-reply-to
Content
> Geoff, we probably need a new issue for this,

Yes please, this issue is closed.

> Prior to Windows 10, the working directory is limited to MAX_PATH - 2 (258) characters. (...) CreateProcessW fails with ERROR_INVALID_PARAMETER (87).

Geoff: for your bug report, please dump len(os.getcwd()) as Eryk asked, but try also to dump all arguments passed to CreateProcess, or at least arguments passed to subprocess.
History
Date User Action Args
2019-03-05 11:29:22vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, MaximilianSP, Geoff.Alexander
2019-03-05 11:29:22vstinnersetmessageid: <1551785362.28.0.860743462317.issue35678@roundup.psfhosted.org>
2019-03-05 11:29:22vstinnerlinkissue35678 messages
2019-03-05 11:29:22vstinnercreate