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 Voo, brian.curtin, ezio.melotti, loewis, pitrou, serhiy.storchaka, tim.golden, vstinner
Date 2013-06-12.16:33:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371054798.29.0.678851445042.issue18199@psf.upfronthosting.co.za>
In-reply-to
Content
> The problem is that we never prepend "\\?\" to the pathname hence getting the old MAX_PATH limit.

I would not call this a "problem". In my opinion, it is a bug in Windows: I don't understand why we should preprend something to support longer path.

I'm not sure that low-level APIs (functions of the os module) should workaround this Windows limitation. An higher level API like pathlib may prepend "\\?\" prefix to support longer path.

pathlib: PEP 428 and https://pypi.python.org/pypi/pathlib/
History
Date User Action Args
2013-06-12 16:33:18vstinnersetrecipients: + vstinner, loewis, pitrou, tim.golden, ezio.melotti, brian.curtin, Voo, serhiy.storchaka
2013-06-12 16:33:18vstinnersetmessageid: <1371054798.29.0.678851445042.issue18199@psf.upfronthosting.co.za>
2013-06-12 16:33:18vstinnerlinkissue18199 messages
2013-06-12 16:33:18vstinnercreate