bpo-36618: Don't add -fmax-type-align=8 flag for clang by vstinner · Pull Request #13320 · python/cpython

Conversation

@vstinner

Python 3.8 now respects the x86-64 ABI: memory allocations are
aligned on 16 bytes. The clang flag was only used as a temporary
workaround.

https://bugs.python.org/issue36618

Python 3.8 now respects the x86-64 ABI: memory allocations are
aligned on 16 bytes. The clang flag was only used as a temporary
workaround.

Labels