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 steve.dower
Recipients gpolo, jkloth, larry, python-dev, serhiy.storchaka, steve.dower
Date 2015-05-03.19:39:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430681975.81.0.733553294448.issue20168@psf.upfronthosting.co.za>
In-reply-to
Content
This broke Windows builds because of unnecessary "static" qualifiers on the forward declarations at lines 2685 and 3006 (as discussed on #20323).

Removing "static" from these lines fixes the build.
History
Date User Action Args
2015-05-03 19:39:35steve.dowersetrecipients: + steve.dower, larry, jkloth, gpolo, python-dev, serhiy.storchaka
2015-05-03 19:39:35steve.dowersetmessageid: <1430681975.81.0.733553294448.issue20168@psf.upfronthosting.co.za>
2015-05-03 19:39:35steve.dowerlinkissue20168 messages
2015-05-03 19:39:35steve.dowercreate