This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients pitrou, schwab, serhiy.storchaka, skrah, vstinner
Date 2013-11-25.16:41:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385397700.63.0.522489310558.issue19537@psf.upfronthosting.co.za>
In-reply-to
Content
> (gdb) p sizeof(PyASCIIObject)
> $1 = 22

If the only issue is that the size should be 24 instead of 22,
could we perhaps add an unused uint16_t to the struct just
for this architecture?
History
Date User Action Args
2013-11-25 16:41:40skrahsetrecipients: + skrah, pitrou, vstinner, serhiy.storchaka, schwab
2013-11-25 16:41:40skrahsetmessageid: <1385397700.63.0.522489310558.issue19537@psf.upfronthosting.co.za>
2013-11-25 16:41:40skrahlinkissue19537 messages
2013-11-25 16:41:40skrahcreate