Message 256802 - Python tracker

Message256802

Author serhiy.storchaka
Recipients Arfrever, Jim.Jewett, abusalimov, benjamin.peterson, brett.cannon, georg.brandl, kristjan.jonsson, larry, loewis, pitrou, rhettinger, serhiy.storchaka, taleinat, vstinner
Date 2015-12-21.14:54:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450709686.99.0.986060602033.issue20440@psf.upfronthosting.co.za>
In-reply-to
Content
According to the results of recent poll [1], Py_SETREF is the most popular candidate. It was also one of leaders in previous poll [2], and this is a name used in original Antoine's proposition [3].

[1] http://comments.gmane.org/gmane.comp.python.devel/155654
[2] http://comments.gmane.org/gmane.comp.python.devel/145974
[3] https://mail.python.org/pipermail/python-dev/2008-May/079862.html

Hence there is a patch that introduces and uses the Py_SETREF macro.
History
Date User Action Args
2015-12-21 14:54:47serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, brett.cannon, georg.brandl, rhettinger, pitrou, kristjan.jonsson, vstinner, taleinat, larry, benjamin.peterson, Arfrever, Jim.Jewett, abusalimov
2015-12-21 14:54:46serhiy.storchakasetmessageid: <1450709686.99.0.986060602033.issue20440@psf.upfronthosting.co.za>
2015-12-21 14:54:46serhiy.storchakalinkissue20440 messages
2015-12-21 14:54:46serhiy.storchakacreate