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 ronaldoussoren
Recipients Benno.Rice, ned.deily, ronaldoussoren
Date 2013-02-05.11:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360062521.91.0.472700130241.issue15730@psf.upfronthosting.co.za>
In-reply-to
Content
This is an alternate patch, it replaces the PyObject_INIT and PyObject_INIT_VAR macros by inline functions with macro wrappers for compatibility (the macros are used to suppress type warnings).

I don't particularly like my patch, but it might be a better way to ensure that the warning stays away and also fixes the warning in 3th-party code.

BTW. I wouldn't mind feedback of other core developers on either patch.
History
Date User Action Args
2013-02-05 11:08:41ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, Benno.Rice
2013-02-05 11:08:41ronaldoussorensetmessageid: <1360062521.91.0.472700130241.issue15730@psf.upfronthosting.co.za>
2013-02-05 11:08:41ronaldoussorenlinkissue15730 messages
2013-02-05 11:08:41ronaldoussorencreate