https://github.com/python/cpython/commit/984a314b9ff6c1953a714f21d6390926b604332d commit: 984a314b9ff6c1953a714f21d6390926b604332d branch: main author: Kuba_Z2 <77853483+kub...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-04-24T17:20:48+03:00 summary:
Fix a grammar error in the `Py_ALWAYS_INLINE` doc (#129304) files: M Doc/c-api/intro.rst diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index 76d7d5793428f8..c8c60eb9f48f45 100644 --- a/Doc/c-api/intro.rst +++ b/Doc/c-api/intro.rst @@ -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, _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com