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 worr
Recipients boya, giampaolo.rodola, loewis, pitrou, santoso.wijaya, serhiy.storchaka, terry.reedy, vstinner, worr, zach.ware
Date 2015-04-21.02:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429583896.0.0.543848571224.issue9246@psf.upfronthosting.co.za>
In-reply-to
Content
I've incorporated some of the feedback from the reviews into this new patch. I used the PyMem_Raw* functions to do allocation to avoid having to acquire the GIL and also avoid complciations from the builtin memory allocator, since I'm not using python objects.

I have also fixed a memory leak in my original patch, as well as a case where OSes with a small MAX_PATH fail with ENAMETOOLONG
History
Date User Action Args
2015-04-21 02:38:16worrsetrecipients: + worr, loewis, terry.reedy, pitrou, vstinner, giampaolo.rodola, boya, santoso.wijaya, zach.ware, serhiy.storchaka
2015-04-21 02:38:16worrsetmessageid: <1429583896.0.0.543848571224.issue9246@psf.upfronthosting.co.za>
2015-04-21 02:38:15worrlinkissue9246 messages
2015-04-21 02:38:15worrcreate