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 jschneid
Recipients jschneid, vstinner
Date 2011-07-15.16:07:30
SpamBayes Score 0.00024418274
Marked as misclassified No
Message-id <1310746052.34.0.0845851985903.issue12572@psf.upfronthosting.co.za>
In-reply-to
Content
The HP/UX C compiler grumbles when a symbol that is declared static is later defined without the static storage class specifier.  The attached patch just adds the missing "static" keywords.
History
Date User Action Args
2011-07-15 16:07:32jschneidsetrecipients: + jschneid, vstinner
2011-07-15 16:07:32jschneidsetmessageid: <1310746052.34.0.0845851985903.issue12572@psf.upfronthosting.co.za>
2011-07-15 16:07:31jschneidlinkissue12572 messages
2011-07-15 16:07:31jschneidcreate