@@ -144,7 +144,7 @@ Vectorcall Support API
144
144
However, the function ``PyVectorcall_NARGS`` should be used to allow
145
145
for future extensions.
146
146
147
- This function is not part of the `limited API <stable>`_ .
147
+ This function is not part of the :ref: `limited API <stable>`.
148
148
149
149
.. versionadded:: 3.8
150
150
@@ -158,7 +158,7 @@ Vectorcall Support API
158
158
This is mostly useful to check whether or not *op* supports vectorcall,
159
159
which can be done by checking ``PyVectorcall_Function(op) != NULL``.
160
160
161
- This function is not part of the `limited API <stable>`_ .
161
+ This function is not part of the :ref: `limited API <stable>`.
162
162
163
163
.. versionadded:: 3.8
164
164
@@ -172,7 +172,7 @@ Vectorcall Support API
172
172
It does not check the :const: `Py_TPFLAGS_HAVE_VECTORCALL ` flag
173
173
and it does not fall back to ``tp_call ``.
174
174
175
- This function is not part of the `limited API <stable >`_ .
175
+ This function is not part of the :ref: `limited API <stable >`.
176
176
177
177
.. versionadded :: 3.8
178
178
@@ -256,7 +256,7 @@ please see individual documentation for details.
256
256
Return the result of the call on success, or raise an exception and return
257
257
*NULL * on failure.
258
258
259
- This function is not part of the `limited API <stable >`_ .
259
+ This function is not part of the :ref: `limited API <stable >`.
260
260
261
261
.. versionadded :: 3.9
262
262
@@ -343,7 +343,7 @@ please see individual documentation for details.
343
343
Return the result of the call on success, or raise an exception and return
344
344
*NULL * on failure.
345
345
346
- This function is not part of the `limited API <stable >`_ .
346
+ This function is not part of the :ref: `limited API <stable >`.
347
347
348
348
.. versionadded :: 3.9
349
349
@@ -357,7 +357,7 @@ please see individual documentation for details.
357
357
Return the result of the call on success, or raise an exception and return
358
358
*NULL * on failure.
359
359
360
- This function is not part of the `limited API <stable >`_ .
360
+ This function is not part of the :ref: `limited API <stable >`.
361
361
362
362
.. versionadded :: 3.9
363
363
@@ -372,7 +372,7 @@ please see individual documentation for details.
372
372
Return the result of the call on success, or raise an exception and return
373
373
*NULL * on failure.
374
374
375
- This function is not part of the `limited API <stable >`_ .
375
+ This function is not part of the :ref: `limited API <stable >`.
376
376
377
377
.. versionadded :: 3.9
378
378
@@ -388,7 +388,7 @@ please see individual documentation for details.
388
388
already has a dictionary ready to use for the keyword arguments,
389
389
but not a tuple for the positional arguments.
390
390
391
- This function is not part of the `limited API <stable >`_ .
391
+ This function is not part of the :ref: `limited API <stable >`.
392
392
393
393
.. versionadded :: 3.9
394
394
@@ -410,7 +410,7 @@ please see individual documentation for details.
410
410
Return the result of the call on success, or raise an exception and return
411
411
*NULL * on failure.
412
412
413
- This function is not part of the `limited API <stable >`_ .
413
+ This function is not part of the :ref: `limited API <stable >`.
414
414
415
415
.. versionadded :: 3.9
416
416
0 commit comments