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 zach.ware
Recipients loewis, serhiy.storchaka, zach.ware
Date 2014-08-05.14:53:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407250435.34.0.0258252693577.issue22136@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you both for the reviews!

Embarrassingly, I just realized that I didn't post the patch I meant to; in quickly reconstructing the patch after accidentally destroying a previous version, I made it "Tcl_ObjType const *SomeType;" instead of "const Tcl_ObjType *SomeType;".  It seems to me that "const <type>" is much more common than "<type> const"; does it actually matter which way it goes?  Either way fixes the warnings.
History
Date User Action Args
2014-08-05 14:53:55zach.waresetrecipients: + zach.ware, loewis, serhiy.storchaka
2014-08-05 14:53:55zach.waresetmessageid: <1407250435.34.0.0258252693577.issue22136@psf.upfronthosting.co.za>
2014-08-05 14:53:55zach.warelinkissue22136 messages
2014-08-05 14:53:55zach.warecreate