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 akitada
Recipients akitada, amaury.forgeotdarc, brett.cannon, rpetrov
Date 2008-11-29.10:48:21
SpamBayes Score 0.0005068564
Marked as misclassified No
Message-id <1227955707.07.0.611462632329.issue4370@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch attached renamed Py_GCC_ATTRIBUTE to Py_GCC_FORMAT_ATTRIBUTE.

As Roumen pointed out, "the current python code use Py_GCC_ATTRIBUTE
only for 'format(printf(...)) ' attribute.",  so this change should not
be no harm itself.
 
Because a GCC attribute was/will be introduced in different version of
GCC, we cannot have generic Py_GCC_ATTRIBUTE easily.

You can find availability of a attribute at
http://www.ohse.de/uwe/articles/gcc-attributes.html
http://www.ohse.de/uwe/articles/gcc-attributes.html
History
Date User Action Args
2008-11-29 10:48:27akitadasetrecipients: + akitada, brett.cannon, amaury.forgeotdarc, rpetrov
2008-11-29 10:48:27akitadasetmessageid: <1227955707.07.0.611462632329.issue4370@psf.upfronthosting.co.za>
2008-11-29 10:48:25akitadalinkissue4370 messages
2008-11-29 10:48:25akitadacreate