@@ -144,8 +144,6 @@ Vectorcall Support API
144144 However, the function ``PyVectorcall_NARGS`` should be used to allow
145145 for future extensions.
146146
147- This function is not part of the :ref:`limited API <stable>`.
148-
149147 .. versionadded:: 3.8
150148
151149.. c:function:: vectorcallfunc PyVectorcall_Function(PyObject *op)
@@ -158,8 +156,6 @@ Vectorcall Support API
158156 This is mostly useful to check whether or not *op* supports vectorcall,
159157 which can be done by checking ``PyVectorcall_Function(op) != NULL``.
160158
161- This function is not part of the :ref:`limited API <stable>`.
162-
163159 .. versionadded:: 3.8
164160
165161.. c:function:: PyObject* PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *dict)
@@ -172,8 +168,6 @@ Vectorcall Support API
172168 It does not check the :const: `Py_TPFLAGS_HAVE_VECTORCALL ` flag
173169 and it does not fall back to ``tp_call ``.
174170
175- This function is not part of the :ref: `limited API <stable >`.
176-
177171 .. versionadded :: 3.8
178172
179173
@@ -256,8 +250,6 @@ please see individual documentation for details.
256250 Return the result of the call on success, or raise an exception and return
257251 *NULL * on failure.
258252
259- This function is not part of the :ref: `limited API <stable >`.
260-
261253 .. versionadded :: 3.9
262254
263255
@@ -343,8 +335,6 @@ please see individual documentation for details.
343335 Return the result of the call on success, or raise an exception and return
344336 *NULL * on failure.
345337
346- This function is not part of the :ref: `limited API <stable >`.
347-
348338 .. versionadded :: 3.9
349339
350340
@@ -357,8 +347,6 @@ please see individual documentation for details.
357347 Return the result of the call on success, or raise an exception and return
358348 *NULL * on failure.
359349
360- This function is not part of the :ref: `limited API <stable >`.
361-
362350 .. versionadded :: 3.9
363351
364352
@@ -372,8 +360,6 @@ please see individual documentation for details.
372360 Return the result of the call on success, or raise an exception and return
373361 *NULL * on failure.
374362
375- This function is not part of the :ref: `limited API <stable >`.
376-
377363 .. versionadded :: 3.9
378364
379365.. c :function :: PyObject* PyObject_VectorcallDict (PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwdict)
@@ -388,8 +374,6 @@ please see individual documentation for details.
388374 already has a dictionary ready to use for the keyword arguments,
389375 but not a tuple for the positional arguments.
390376
391- This function is not part of the :ref: `limited API <stable >`.
392-
393377 .. versionadded :: 3.9
394378
395379.. c :function :: PyObject* PyObject_VectorcallMethod (PyObject *name, PyObject *const *args, size_t nargsf, PyObject *kwnames)
@@ -410,8 +394,6 @@ please see individual documentation for details.
410394 Return the result of the call on success, or raise an exception and return
411395 *NULL * on failure.
412396
413- This function is not part of the :ref: `limited API <stable >`.
414-
415397 .. versionadded :: 3.9
416398
417399
0 commit comments