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 a0f0bda commit 0389e16Copy full SHA for 0389e16
Doc/c-api/intro.rst
@@ -191,6 +191,12 @@ complete listing.
191
*type* is the type of the expression. In modern versions of Python, this is
192
unused. Historically, *type* was used to cast *integer*.
193
194
+ .. versionchanged:: 3.1
195
+
196
+ This macro is now valid for all signed integer types, not just those for
197
+ which :c:expr:`unsigned type` is legal. As a result, *type* is no longer
198
+ used.
199
200
.. c:macro:: Py_ALWAYS_INLINE
201
202
Ask the compiler to always inline a static inline function. The compiler can
0 commit comments