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 njs
Recipients benjamin.peterson, lukasz.langa, martin.panter, ncoghlan, ned.deily, njs, rgbecker, steven.daprano, tds333, thewtex, vstinner
Date 2016-10-14.18:25:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476469539.29.0.583276689739.issue28092@psf.upfronthosting.co.za>
In-reply-to
Content
> 3.6 currently compiles correctly with gcc4.2, the default on Mac OS X 10.5 (Leopard).

So to summarize our current understanding: gcc 4.3 added support for C99 inline, which explains why gcc 4.2 works and gcc 4.8 doesn't.

WTF is going on.
History
Date User Action Args
2016-10-14 18:25:39njssetrecipients: + njs, rgbecker, ncoghlan, tds333, vstinner, benjamin.peterson, ned.deily, steven.daprano, thewtex, lukasz.langa, martin.panter
2016-10-14 18:25:39njssetmessageid: <1476469539.29.0.583276689739.issue28092@psf.upfronthosting.co.za>
2016-10-14 18:25:39njslinkissue28092 messages
2016-10-14 18:25:39njscreate