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 4924bcf commit 984a314Copy full SHA for 984a314
Doc/c-api/intro.rst
@@ -148,7 +148,7 @@ complete listing.
148
.. c:macro:: Py_ALWAYS_INLINE
149
150
Ask the compiler to always inline a static inline function. The compiler can
151
- ignore it and decides to not inline the function.
+ ignore it and decide to not inline the function.
152
153
It can be used to inline performance critical static inline functions when
154
building Python in debug mode with function inlining disabled. For example,
0 commit comments