[issue14993] GCC error when using unicodeobject.h
Martin v. Löwis
report at bugs.python.org
Mon Jun 4 23:44:52 CEST 2012
Martin v. Löwis <martin at v.loewis.de> added the comment:
I don't think the change had any effect on memory consumption: because of alignment, padding is inserted either way to fill the flags to four (32-bit) or eight bytes. So with the bit field, there were 7 bytes of padding on 64-bit systems, and now there are only 6 bytes of padding.
Yes, Visual C also supports the same extension. See the "Microsoft specific" section in
http://msdn.microsoft.com/en-us/library/yszfawxh(v=vs.80).aspx
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14993>
_______________________________________
More information about the Python-bugs-list
mailing list