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 rhettinger
Recipients rhettinger, serhiy.storchaka
Date 2016-01-25.18:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453745024.51.0.674954872761.issue26200@psf.upfronthosting.co.za>
In-reply-to
Content
Application of the SETREF macro was not code neutral in a number of cases.  The SETREF macro always uses Py_XDECREF where the original code correctly used a faster and lighter Py_DECREF.

There should be an XSETREF variant and more care should be taken when applying these macros wholesale to the entire code base.
History
Date User Action Args
2016-01-25 18:03:44rhettingersetrecipients: + rhettinger, serhiy.storchaka
2016-01-25 18:03:44rhettingersetmessageid: <1453745024.51.0.674954872761.issue26200@psf.upfronthosting.co.za>
2016-01-25 18:03:44rhettingerlinkissue26200 messages
2016-01-25 18:03:44rhettingercreate