Message305344
I merged my PR 4199 (Document PyObject_Malloc()) and PR 4200 (Cleanup pymalloc) to prepare PR 4089.
PR 4089 should now be completed and well tested.
The real question is now if we need PyMem_AlignedAlloc()?
Stefan Krah and Nathaniel Smith are interested by aligned memory allocations, but both wrote that they don't plan to use PyMem_AlignedAlloc() if I understood correctly. What's the point of adding PyMem_AlignedAlloc() in that case? |
|
Date |
User |
Action |
Args |
2017-11-01 01:13:19 | vstinner | set | recipients:
+ vstinner, tim.peters, rhettinger, pitrou, benjamin.peterson, trent, njs, skrah, neologix, xdegaye, wscullin |
2017-11-01 01:13:19 | vstinner | set | messageid: <1509498799.6.0.213398074469.issue18835@psf.upfronthosting.co.za> |
2017-11-01 01:13:19 | vstinner | link | issue18835 messages |
2017-11-01 01:13:19 | vstinner | create | |
|