We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Py_ALWAYS_INLINE
1 parent 9ec6f77 commit 52e0f56Copy full SHA for 52e0f56
Doc/c-api/intro.rst
@@ -138,7 +138,7 @@ complete listing.
138
.. c:macro:: Py_ALWAYS_INLINE
139
140
Ask the compiler to always inline a static inline function. The compiler can
141
- ignore it and decides to not inline the function.
+ ignore it and decide to not inline the function.
142
143
It can be used to inline performance critical static inline functions when
144
building Python in debug mode with function inlining disabled. For example,
0 commit comments