[issue33597] Compact PyGC_Head

Antoine Pitrou report at bugs.python.org
Tue May 29 10:00:17 EDT 2018


Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<https://bugs.python.org/issue33597>
_______________________________________


More information about the Python-bugs-list mailing list