Antoine Pitrou <pit...@free.fr> added the comment:

> Are you sure that all memory allocators align at least on 8 bytes (to give up 
> 3 unused bits)?

If they don't then a simple double array will end up unaligned.  It's not 
impossible but extremely unlikely.

----------

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

Reply via email to