[issue30150] raw debug allocators to not return malloc alignment

INADA Naoki report at bugs.python.org
Tue Apr 25 04:59:04 EDT 2017


INADA Naoki added the comment:

How it cause problem?
I think you should use `malloc()` instead of `PyMem_Malloc()` or other Python memory allocator when you need strict `malloc()` alignment.

----------
nosy: +inada.naoki

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


More information about the Python-bugs-list mailing list