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 ezio.melotti, larry, mrabarnett, python-dev, serhiy.storchaka, steve.dower
Date 2015-05-03.20:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430686052.51.0.373311632651.issue20148@psf.upfronthosting.co.za>
In-reply-to
Content
I agree.  I looked it up in the C99 standard.  6.9.2.2 says:

"If the declaration of an identifier for an object is a tentative definition and has internal linkage, the declared type shall not be an incomplete type."

And if you'd hurry up and bless my patch for Modules/_tkinter.c in bug #20168, I'd check this fix in ;-)
History
Date User Action Args
2015-05-03 20:47:32larrysetrecipients: + larry, ezio.melotti, mrabarnett, python-dev, serhiy.storchaka, steve.dower
2015-05-03 20:47:32larrysetmessageid: <1430686052.51.0.373311632651.issue20148@psf.upfronthosting.co.za>
2015-05-03 20:47:32larrylinkissue20148 messages
2015-05-03 20:47:32larrycreate