Gregory P. Smith <g...@krypto.org> added the comment:

By my reading on how strict aliasing works, I think just changing the 
int64_t[1] or int32_t[1] in my PR to char[1] will work as char is always 
assumed to alias?

the clang ubsan i was testing my PR against wasn't warning me about strict 
aliasing. :/

----------

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

Reply via email to