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 pitrou
Recipients Trundle, benjamin.peterson, brett.cannon, eric.araujo, eric.snow, ncoghlan, pitrou, vstinner
Date 2012-02-24.19:24:41
SpamBayes Score 0.0029648438
Marked as misclassified No
Message-id <1330111267.3435.2.camel@localhost.localdomain>
In-reply-to <1330108360.17.0.793281213971.issue2377@psf.upfronthosting.co.za>
Content
For the record, compilation fails here:

Python/import.c: In function ‘PyImport_ImportModuleLevelObject’:
Python/import.c:2956:9: erreur: ‘for’ loop initial declarations are only
allowed in C99 mode
Python/import.c:2956:9: note: use option -std=c99 or -std=gnu99 to
compile your code
make: *** [Python/import.o] Erreur 1
History
Date User Action Args
2012-02-24 19:24:42pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, vstinner, benjamin.peterson, eric.araujo, Trundle, eric.snow
2012-02-24 19:24:41pitroulinkissue2377 messages
2012-02-24 19:24:41pitroucreate