SIGN IN SIGN UP

bpo-45116: Add the Py_ALWAYS_INLINE macro (GH-28390)

Add the Py_ALWAYS_INLINE macro to ask the compiler to always inline a
static inline function. The compiler can ignore it and decides to not
inline the function.
V
Victor Stinner committed
6b413551284a94cfe31377c9c607ff890aa06c26
Parent: 064464f
Committed by GitHub <noreply@github.com> on 9/17/2021, 12:09:14 PM