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:47:21
SpamBayes Score 2.990648e-06
Marked as misclassified No
Message-id <1228582042.59.0.407998864333.issue4558@psf.upfronthosting.co.za>
In-reply-to
Content
I think you don't get the point of the patch. The configure option
*enforces* the C89 standard. Every non C89 conform C feature like //
comments and the "inline" keyword will cause a compiler error.

The patch is meant for testing the Python code on the build bots.
History
Date User Action Args
2008-12-06 16:47:22christian.heimessetrecipients: + christian.heimes, georg.brandl, rpetrov
2008-12-06 16:47:22christian.heimessetmessageid: <1228582042.59.0.407998864333.issue4558@psf.upfronthosting.co.za>
2008-12-06 16:47:21christian.heimeslinkissue4558 messages
2008-12-06 16:47:21christian.heimescreate