Message 236601 - Python tracker

Message236601

Author steve.dower
Recipients larry, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2015-02-25.17:00:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424883613.26.0.689249384811.issue20323@psf.upfronthosting.co.za>
In-reply-to
Content
You need to leave static out of the forward definition and then add it in the initialization. The variable is not accessible from other object files - I checked.

"const char[]" and "static const char[]" should work the same, though I haven't tried it.
History
Date User Action Args
2015-02-25 17:00:13steve.dowersetrecipients: + steve.dower, larry, tim.golden, zach.ware, serhiy.storchaka
2015-02-25 17:00:13steve.dowersetmessageid: <1424883613.26.0.689249384811.issue20323@psf.upfronthosting.co.za>
2015-02-25 17:00:13steve.dowerlinkissue20323 messages
2015-02-25 17:00:13steve.dowercreate