Martin v. Löwis added the comment:

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.

----------
nosy: +loewis

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to