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 christian.heimes
Recipients benjamin.peterson, christian.heimes, martin.panter, python-dev
Date 2016-09-08.18:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473359122.06.0.11817933596.issue28017@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-09-08 18:25:22christian.heimessetrecipients: + christian.heimes, benjamin.peterson, python-dev, martin.panter
2016-09-08 18:25:22christian.heimessetmessageid: <1473359122.06.0.11817933596.issue28017@psf.upfronthosting.co.za>
2016-09-08 18:25:22christian.heimeslinkissue28017 messages
2016-09-08 18:25:21christian.heimescreate