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 serhiy.storchaka
Recipients benjamin.peterson, brett.cannon, georg.brandl, kristjan.jonsson, larry, loewis, pitrou, rhettinger, serhiy.storchaka, skrah, taleinat, vstinner
Date 2014-02-25.21:52:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393365128.32.0.231080906891.issue20440@psf.upfronthosting.co.za>
In-reply-to
Content
> While we're bikeshedding, how about the more verbose PY_DECREF_AND_ASSIGN? That makes it clearer that an INCREF is not done.

Py_ASSIGN_AND_DECREF would be more correct. And Py_CLEAR can be renamed to Py_CLEAR_AND_XDECREF or Py_ASSIGN_NULL_AND_XDECREF.
History
Date User Action Args
2014-02-25 21:52:08serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, brett.cannon, georg.brandl, rhettinger, pitrou, kristjan.jonsson, vstinner, taleinat, larry, benjamin.peterson, skrah
2014-02-25 21:52:08serhiy.storchakasetmessageid: <1393365128.32.0.231080906891.issue20440@psf.upfronthosting.co.za>
2014-02-25 21:52:08serhiy.storchakalinkissue20440 messages
2014-02-25 21:52:08serhiy.storchakacreate