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 boya, loewis, pitrou, skrah, terry.reedy, vstinner
Date 2011-06-17.13:55:17
SpamBayes Score 1.0483639e-05
Marked as misclassified No
Message-id <1308318917.92.0.660264372365.issue9246@psf.upfronthosting.co.za>
In-reply-to
Content
Simpler patch replacing 1026 constant by MAXPATHLEN. On my Linux box, MAXPATHLEN is 4096 and os.pathconf('/', 'PC_PATH_MAX') returns 4096. I am able to get a path of 4095 bytes using the patch.
History
Date User Action Args
2011-06-17 13:55:18vstinnersetrecipients: + vstinner, loewis, terry.reedy, pitrou, skrah, boya
2011-06-17 13:55:17vstinnersetmessageid: <1308318917.92.0.660264372365.issue9246@psf.upfronthosting.co.za>
2011-06-17 13:55:17vstinnerlinkissue9246 messages
2011-06-17 13:55:17vstinnercreate