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 ZackerySpytz, eryksun, miss-islington, steve.dower, vstinner
Date 2019-06-27.15:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561648699.05.0.029998643314.issue37412@roundup.psfhosted.org>
In-reply-to
Content
> This update breaks long-path support in Windows.

Oops.

This is the risk of not testing a feature :-) My PR added very basic tests for getcwd() and getcwdb(). I wrote PR 14424 to not only fix the integer overflow check, but also to add a new unit tests for "long path".
History
Date User Action Args
2019-06-27 15:18:19vstinnersetrecipients: + vstinner, eryksun, steve.dower, ZackerySpytz, miss-islington
2019-06-27 15:18:19vstinnersetmessageid: <1561648699.05.0.029998643314.issue37412@roundup.psfhosted.org>
2019-06-27 15:18:19vstinnerlinkissue37412 messages
2019-06-27 15:18:18vstinnercreate