We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef2999 commit 0ca938cCopy full SHA for 0ca938c
Doc/c-api/intro.rst
@@ -119,8 +119,11 @@ complete listing.
119
120
.. c:macro:: Py_ABS(x)
121
122
- Return the absolute value of ``x``. If the result cannot be represented in
123
- same type, the behavior is undefined.
+ Return the absolute value of ``x``.
+
124
+ If the result cannot be represented (for example, if ``x`` has
125
+ :c:macro:`!INT_MIN` value for :c:expr:`int` type), the behavior is
126
+ undefined.
127
128
.. versionadded:: 3.3
129
0 commit comments