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 vstinner
Recipients petr.viktorin, rhettinger, shihai1991, tim.peters, vstinner
Date 2020-03-16.13:50:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584366650.79.0.861625182366.issue39968@roundup.psfhosted.org>
In-reply-to
Content
Oh, I forgot a cool advantage that I discovered late: debuggers and profilers understand inlined code and are able to get the name of the static inline function, whereas it's not possible to do that with macros. If I recall correctly, it works even if the function is inlined.
History
Date User Action Args
2020-03-16 13:50:50vstinnersetrecipients: + vstinner, tim.peters, rhettinger, petr.viktorin, shihai1991
2020-03-16 13:50:50vstinnersetmessageid: <1584366650.79.0.861625182366.issue39968@roundup.psfhosted.org>
2020-03-16 13:50:50vstinnerlinkissue39968 messages
2020-03-16 13:50:50vstinnercreate