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 pitrou
Recipients neologix, njs, pitrou, rhettinger, tim.peters, vstinner
Date 2014-12-05.21:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417816187.02.0.632054286149.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
> How should we handle platforms which don't provide a memory allocator
> with an alignment? The simplest option is to return NULL (MemoryError).

Are there such platforms? posix_memalign() is a POSIX standard, even OpenBSD has it.
History
Date User Action Args
2014-12-05 21:49:47pitrousetrecipients: + pitrou, tim.peters, rhettinger, vstinner, njs, neologix
2014-12-05 21:49:47pitrousetmessageid: <1417816187.02.0.632054286149.issue18835@psf.upfronthosting.co.za>
2014-12-05 21:49:47pitroulinkissue18835 messages
2014-12-05 21:49:46pitroucreate