Raymond Hettinger <[email protected]> added the comment:
> Just chiming in to say that for PyPy this API would be extremely useful Thanks for that input. Given that there would be some value add, I withdraw my objection. > I proposed to declare it as a "static inline" function, > but I'm fine with a macro as well. Let's use a macro then because inlining in guaranteed and we don't have to be on the lookout for failures to inline. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43753> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
