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 benjamin.peterson
Recipients benjamin.peterson, christian.heimes, martin.panter, python-dev
Date 2016-09-08.18:32:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473359546.1080536.719908569.4F999A95@webmail.messagingengine.com>
In-reply-to <1473359122.06.0.11817933596.issue28017@psf.upfronthosting.co.za>
Content
stc99 means "C99 + GCC extensions that aren't incompatible with the
standard". gnuc99 means "sort of C99 with whatever GNU weirdness"

On Thu, Sep 8, 2016, at 11:25, Christian Heimes wrote:
> 
> Christian Heimes added the comment:
> 
> I checked my local bluetooth.h. It looks like it won't compile on big
> endian platforms either.
> 
> Python uses some GCC features like __attribute__. Do they all work in C99
> mode?
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue28017>
> _______________________________________
History
Date User Action Args
2016-09-08 18:32:29benjamin.petersonsetrecipients: + benjamin.peterson, christian.heimes, python-dev, martin.panter
2016-09-08 18:32:29benjamin.petersonlinkissue28017 messages
2016-09-08 18:32:29benjamin.petersoncreate