[issue36618] clang expects memory aligned on 16 bytes, but pymalloc aligns to 8 bytes

STINNER Victor report at bugs.python.org
Tue May 14 13:31:20 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

Python 3.8 now respects the x86-64 ABI: https://bugs.python.org/issue27987

I reverted my workaround.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36618>
_______________________________________


More information about the Python-bugs-list mailing list