[issue40052] Incorrect pointer alignment in _PyVectorcall_Function() of cpython/abstract.h

Andreas Schneider report at bugs.python.org
Wed Mar 25 01:49:25 EDT 2020


Andreas Schneider <asn at cryptomilk.org> added the comment:

I forgot, for detecting alignment issues or strict aliasing and this also falls under strict aliasing, you need to turn on optimizations.

clang -O2 -Werror -Wcast-align ...

----------

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


More information about the Python-bugs-list mailing list