commit | d97adfb409290a1e4ad549e4af58cacea86d3358 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue May 14 19:29:53 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue May 14 19:29:53 2019 +0200 |
tree | e5f681ef6b84a121cc115b10c1c2a503f4f7606b | |
parent | c1f5667be1e3ec5871560c677402c1252c6018a6 [diff] |
bpo-36618: Don't add -fmax-type-align=8 flag for clang (GH-13320) 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.