You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, arguments of Py_MIN(), Py_MAX() and Py_ABS() macros are evaluated twice. It's inefficient. We can do better using typeof(). I propose adding a typeof() implementation for these macros.
Currently, arguments of Py_MIN(), Py_MAX() and Py_ABS() macros are evaluated twice. It's inefficient. We can do better using typeof(). I propose adding a typeof() implementation for these macros.
See also:
Linked PRs