mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix a grammar error in the Py_ALWAYS_INLINE
doc (#129304)
This commit is contained in:
parent
4924bcf0e4
commit
984a314b9f
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ complete listing.
|
|||
.. c:macro:: Py_ALWAYS_INLINE
|
||||
|
||||
Ask the compiler to always inline a static inline function. The compiler can
|
||||
ignore it and decides to not inline the function.
|
||||
ignore it and decide to not inline the function.
|
||||
|
||||
It can be used to inline performance critical static inline functions when
|
||||
building Python in debug mode with function inlining disabled. For example,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue