Message241695
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 |
|
| Date |
User |
Action |
Args |
| 2015-04-21 02:38:16 | worr | set | recipients:
+ worr, loewis, terry.reedy, pitrou, vstinner, giampaolo.rodola, boya, santoso.wijaya, zach.ware, serhiy.storchaka |
| 2015-04-21 02:38:16 | worr | set | messageid: <[email protected]> |
| 2015-04-21 02:38:15 | worr | link | issue9246 messages |
| 2015-04-21 02:38:15 | worr | create | |
|