diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index 22ad080828bca3..bb790de11c3521 100644 --- a/Doc/c-api/intro.rst +++ b/Doc/c-api/intro.rst @@ -133,6 +133,10 @@ complete listing. Return the absolute value of ``x``. + If the result cannot be represented (for example, if ``x`` has + :c:macro:`!INT_MIN` value for :c:expr:`int` type), the behavior is + undefined. + .. versionadded:: 3.3 .. c:macro:: Py_ALWAYS_INLINE