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 benjamin.peterson, neologix, njs, pitrou, rhettinger, skrah, tim.peters, trent, vstinner, wscullin, xdegaye
Date 2017-11-01.01:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509498799.6.0.213398074469.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-11-01 01:13:19vstinnersetrecipients: + vstinner, tim.peters, rhettinger, pitrou, benjamin.peterson, trent, njs, skrah, neologix, xdegaye, wscullin
2017-11-01 01:13:19vstinnersetmessageid: <1509498799.6.0.213398074469.issue18835@psf.upfronthosting.co.za>
2017-11-01 01:13:19vstinnerlinkissue18835 messages
2017-11-01 01:13:19vstinnercreate