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 rhettinger
Recipients petr.viktorin, rhettinger, shihai1991, tim.peters, vstinner
Date 2020-03-16.03:08:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584328097.35.0.264712469268.issue39968@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-16 03:08:17rhettingersetrecipients: + rhettinger, tim.peters, vstinner, petr.viktorin, shihai1991
2020-03-16 03:08:17rhettingersetmessageid: <1584328097.35.0.264712469268.issue39968@roundup.psfhosted.org>
2020-03-16 03:08:17rhettingerlinkissue39968 messages
2020-03-16 03:08:17rhettingercreate