STINNER Victor <vstin...@redhat.com> added the comment:

> It should not block us from going forward with a workaround like your PRs for 
> now.

I pushed a fix quickly to unblock my PR 12796, but also because I was very 
scared by what I saw :-D

I see my change as a "quick fix", but we really have to sit down to think about 
the "correct fix". Especially since we will have to do something for Python 2.7 
and 3.7, and adding -fmax-type-align=8 to exported CFLAGS can cause *new* 
issues, as you explained.

That's why I mentioned bpo-27987 and other issues, to try to see what has 
already been said, and try to find to identify and fix the root issue, rather 
than working around the issue with compiler flags.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36618>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to