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 taleinat
Recipients benjamin.peterson, brett.cannon, georg.brandl, kristjan.jonsson, larry, loewis, pitrou, rhettinger, serhiy.storchaka, skrah, taleinat, vstinner
Date 2014-02-25.22:00:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393365654.19.0.998333763079.issue20440@psf.upfronthosting.co.za>
In-reply-to
Content
PY_ASSIGN_AND_DECREF could seem to imply that the assigned value is DECREF-ed. I think PY_DECREF_AND_ASSIGN makes it clearer that the original value is DECREF-ed.

I like PY_ASSIGN_NULL_AND_DECREF, though for the same reason as above, I'd name it PY_DECREF_AND_ASSIGN_NULL.
History
Date User Action Args
2014-02-25 22:00:54taleinatsetrecipients: + taleinat, loewis, brett.cannon, georg.brandl, rhettinger, pitrou, kristjan.jonsson, vstinner, larry, benjamin.peterson, skrah, serhiy.storchaka
2014-02-25 22:00:54taleinatsetmessageid: <1393365654.19.0.998333763079.issue20440@psf.upfronthosting.co.za>
2014-02-25 22:00:54taleinatlinkissue20440 messages
2014-02-25 22:00:53taleinatcreate