STINNER Victor <victor.stin...@haypocalc.com> added the comment:

I don't like macro having a result and using multiple instructions using the 
evil magic trick (the ","). It's harder to maintain the code and harder to 
debug than a classical function.

Don't you think that modern compilers are able to inline the code? (If not, we 
may add the right C attribute/keyword)

----------

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

Reply via email to