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 mirabilos
Recipients mirabilos, pitrou
Date 2013-05-25.21:40:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369518010.93.0.502192860722.issue18063@psf.upfronthosting.co.za>
In-reply-to
Content
Include/unicodeobject.h has the same problem; its “state” member currently allocates 8 bit, which is only padded up to 16 bit.

asciifields = "nnbP" makes that work too; result attached as after-patch-2.txt

Will just changing the testsuite to match reality be enough, or are there any other internal assumptions about this type of thing, like we had with issue17237 earlier?

Thanks for your quick responses!
History
Date User Action Args
2013-05-25 21:40:10mirabilossetrecipients: + mirabilos, pitrou
2013-05-25 21:40:10mirabilossetmessageid: <1369518010.93.0.502192860722.issue18063@psf.upfronthosting.co.za>
2013-05-25 21:40:10mirabiloslinkissue18063 messages
2013-05-25 21:40:10mirabiloscreate