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-10-27.14:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509113688.71.0.213398074469.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
PR 4089 becomes much more larger than what I expected, so I propose to defer enhancements to following PR, especially the idea of "emulating" PyMem_AlignedAlloc() on top of PyMem_Malloc() if the user calls PyMem_SetAllocators() without implemented aligned_alloc.
History
Date User Action Args
2017-10-27 14:14:48vstinnersetrecipients: + vstinner, tim.peters, rhettinger, pitrou, benjamin.peterson, trent, njs, skrah, neologix, xdegaye, wscullin
2017-10-27 14:14:48vstinnersetmessageid: <1509113688.71.0.213398074469.issue18835@psf.upfronthosting.co.za>
2017-10-27 14:14:48vstinnerlinkissue18835 messages
2017-10-27 14:14:48vstinnercreate