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 jopamer
Recipients eryksun, giampaolo.rodola, jopamer, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-09-19.19:40:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537386021.21.0.956365154283.issue32557@psf.upfronthosting.co.za>
In-reply-to
Content
Just to loop back, I updated the PR to avoid MAX_PATH and only allocate  in the "not a directory" case. Thanks for getting back to me so quickly!

One question, though, is that it *does* seem like MAX_PATH is still referenced in several places in posixmodule.c. Is the ultimate goal to remove those references as well?
History
Date User Action Args
2018-09-19 19:40:21jopamersetrecipients: + jopamer, terry.reedy, paul.moore, giampaolo.rodola, tim.golden, zach.ware, eryksun, steve.dower
2018-09-19 19:40:21jopamersetmessageid: <1537386021.21.0.956365154283.issue32557@psf.upfronthosting.co.za>
2018-09-19 19:40:21jopamerlinkissue32557 messages
2018-09-19 19:40:21jopamercreate