[issue18835] Add aligned memory variants to the suite of PyMem functions/macros

Antoine Pitrou report at bugs.python.org
Fri Dec 5 22:49:47 CET 2014


Antoine Pitrou added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18835>
_______________________________________


More information about the Python-bugs-list mailing list