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 christian.heimes
Date 2008-12-06.02:25:23
SpamBayes Score 8.1417184e-08
Marked as misclassified No
Message-id <1228530326.9.0.419197104424.issue4558@psf.upfronthosting.co.za>
In-reply-to
Content
The patch adds a configure option --with-stdc89. It also fixes some edge
cases in socketmodule.h and linuxaudiodev so all related modules can be
build in c89 mode.

I'm planning to add the configure option to the build bots in order to
detect c89 incompatibilities like the usage of "inline" and // style
comments.
History
Date User Action Args
2008-12-06 02:25:27christian.heimessetrecipients: + christian.heimes
2008-12-06 02:25:26christian.heimessetmessageid: <1228530326.9.0.419197104424.issue4558@psf.upfronthosting.co.za>
2008-12-06 02:25:25christian.heimeslinkissue4558 messages
2008-12-06 02:25:25christian.heimescreate