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 loewis
Recipients benjamin.peterson, loewis, ndparker, serhiy.storchaka, vstinner
Date 2012-06-04.07:01:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338793279.76.0.659266612733.issue14993@psf.upfronthosting.co.za>
In-reply-to
Content
Compilation with gcc -std=c89 is not supported. Just drop this option. While Python strives to use C89, we will not distort to meet some abstract language compliance goal. 

OTOH, I fail to see why they need to be bitfields: a plain unsigned char field should work as well (as would an int bitfield). Victor?
History
Date User Action Args
2012-06-04 07:01:19loewissetrecipients: + loewis, ndparker, vstinner, benjamin.peterson, serhiy.storchaka
2012-06-04 07:01:19loewissetmessageid: <1338793279.76.0.659266612733.issue14993@psf.upfronthosting.co.za>
2012-06-04 07:01:19loewislinkissue14993 messages
2012-06-04 07:01:18loewiscreate