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 efb0c72 commit bc735a6Copy full SHA for bc735a6
Doc/c-api/intro.rst
@@ -187,9 +187,8 @@ complete listing.
187
expensive operation to this macro. Instead, store the result as a
188
variable and then pass it.
189
190
- *type* is the type of the expression. In modern versions of Python, this is
191
- unused and only kept for backwards compatibility. Historically, *type* was
192
- used to cast *integer*.
+ *type* is unused and only kept for backwards compatibility. Historically,
+ *type* was used to cast *integer*.
193
194
.. versionchanged:: 3.1
195
0 commit comments