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 amaury.forgeotdarc
Recipients akitada, amaury.forgeotdarc, brett.cannon
Date 2008-11-23.22:52:52
SpamBayes Score 0.00036220893
Marked as misclassified No
Message-id <1227480774.6.0.131017183487.issue4370@psf.upfronthosting.co.za>
In-reply-to
Content
You receive these messages because PyString_FromFormat is declared with 
a special directive __attribute__(format(printf, 1, 2)).
Gcc then takes the format string as a regular printf format and 
validates it against the passed arguments.

You can safely ignore these warnings.
Maybe python should disable this __attribute__ for old compilers.
History
Date User Action Args
2008-11-23 22:52:54amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brett.cannon, akitada
2008-11-23 22:52:54amaury.forgeotdarcsetmessageid: <1227480774.6.0.131017183487.issue4370@psf.upfronthosting.co.za>
2008-11-23 22:52:53amaury.forgeotdarclinkissue4370 messages
2008-11-23 22:52:52amaury.forgeotdarccreate