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 larry
Recipients gpolo, jkloth, larry, python-dev, serhiy.storchaka, steve.dower
Date 2015-05-03.19:58:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430683131.99.0.180936935284.issue20168@psf.upfronthosting.co.za>
In-reply-to
Content
As mentioned on #20148, removing the "static" from the forward declarations breaks it on GCC.  (And, of the two, I think GCC is the one being reasonable here.)

Attached is a patch that should fix the build for tkinter.
History
Date User Action Args
2015-05-03 19:58:52larrysetrecipients: + larry, jkloth, gpolo, python-dev, serhiy.storchaka, steve.dower
2015-05-03 19:58:51larrysetmessageid: <1430683131.99.0.180936935284.issue20168@psf.upfronthosting.co.za>
2015-05-03 19:58:51larrylinkissue20168 messages
2015-05-03 19:58:51larrycreate