Akira Kitada <[EMAIL PROTECTED]> added the comment: 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 Added file: http://bugs.python.org/file12159/issue4370.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4370> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
