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 loewis
Recipients benjamin.peterson, brett.cannon, georg.brandl, larry, loewis, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2014-02-01.16:06:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391270787.4.0.814370241556.issue20440@psf.upfronthosting.co.za>
In-reply-to
Content
I think Raymond's original concern still applies: The macros do add to the learning curve. I would personally expect that Py_REPLACE(op, op2) does an INCREF on op2, but it does not.

Explicit is better than implicit.
History
Date User Action Args
2014-02-01 16:06:27loewissetrecipients: + loewis, brett.cannon, georg.brandl, rhettinger, pitrou, vstinner, larry, benjamin.peterson, skrah, serhiy.storchaka
2014-02-01 16:06:27loewissetmessageid: <1391270787.4.0.814370241556.issue20440@psf.upfronthosting.co.za>
2014-02-01 16:06:27loewislinkissue20440 messages
2014-02-01 16:06:27loewiscreate