Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

Tim, do you approve of this kind of wholesale macro-to-inline function 
conversion?

My thought is that in most cases, there is no advantage to conversion and that 
sometimes there will be minor disadvantage in code generation when the macro is 
used across files.  I like inline functions as well as next person, but that 
doesn't mean all macros have to be rewritten.  Mostly, this seems like 
unnecessary code churn.

----------
nosy: +rhettinger, tim.peters

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

Reply via email to