Message76279
| 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:54 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, brett.cannon, akitada |
| 2008-11-23 22:52:54 | amaury.forgeotdarc | set | messageid: <1227480774.6.0.131017183487.issue4370@psf.upfronthosting.co.za> |
| 2008-11-23 22:52:53 | amaury.forgeotdarc | link | issue4370 messages |
| 2008-11-23 22:52:52 | amaury.forgeotdarc | create | |