[Python-Dev] mingw32 and gc-header weirdness

Roumen Petrov bugtrack at roumenpetrov.info
Fri Jul 24 15:51:33 CEST 2009


Antoine Pitrou wrote:
> Antoine Pitrou <solipsis <at> pitrou.net> writes:
>> Roumen Petrov <bugtrack <at> roumenpetrov.info> writes:
>>> Antoine Pitrou wrote:
>>>> In 32-bit mode, no. But under x86-64 Linux, a long double is 16 bytes (!!).
>>> And alignment is ?
>> 16 bytes as well.
> 
> This is probably why, by the way, a PyGC_Head takes only 12 bytes in 32-bit
> mode, but 32 bytes in 64-bit mode.

yes, 10x

Roumen


More information about the Python-Dev mailing list