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, georg.brandl, rpetrov
Date 2008-12-06.16:55:51
SpamBayes Score 0.0035085594
Marked as misclassified No
Message-id <1228582551.86.0.912952622573.issue4558@psf.upfronthosting.co.za>
In-reply-to
Content
Python core code must be compliant with the C89 standard but we don't
have any checks for C89 compatibility. This patch adds a clean way to
check our code base.

You can verify my patch by adding a // comment somewhere in the code and
./configure --with-stdc89 && make.
History
Date User Action Args
2008-12-06 16:55:51christian.heimessetrecipients: + christian.heimes, georg.brandl, rpetrov
2008-12-06 16:55:51christian.heimessetmessageid: <1228582551.86.0.912952622573.issue4558@psf.upfronthosting.co.za>
2008-12-06 16:55:51christian.heimeslinkissue4558 messages
2008-12-06 16:55:51christian.heimescreate