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 vstinner
Recipients amaury.forgeotdarc, vstinner
Date 2012-11-09.01:16:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352423808.05.0.0888430373979.issue16447@psf.upfronthosting.co.za>
In-reply-to
Content
We should maybe use a macro (ex: Py_DECREC_REPLACE) instead of copying the pattern "{ PyObject *tmp = obj->attr; obj->attr = new_value; Py_DECREF(tmp); }".
History
Date User Action Args
2012-11-09 01:16:48vstinnersetrecipients: + vstinner, amaury.forgeotdarc
2012-11-09 01:16:48vstinnersetmessageid: <1352423808.05.0.0888430373979.issue16447@psf.upfronthosting.co.za>
2012-11-09 01:16:48vstinnerlinkissue16447 messages
2012-11-09 01:16:47vstinnercreate