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 cf7ba83 commit a8ba2b8Copy full SHA for a8ba2b8
Doc/howto/clinic.rst
@@ -1905,6 +1905,17 @@ blocks embedded in Python files look slightly different. They look like this:
1905
#/*[python checksum:...]*/
1906
1907
1908
+How to use the Limited C API
1909
+----------------------------
1910
+
1911
+If a C source code contains ``#define Py_LIMITED_API``, the generated C code
1912
+will use the :ref:`Limited API <limited-c-api>` to parse arguments. Private
1913
+functions are not used in this case and the code parsing arguments can be a
1914
+less efficient depending on the parameters (types, number, etc.).
1915
1916
+.. versionadded:: 3.13
1917
1918
1919
.. _clinic-howto-override-signature:
1920
1921
How to override the generated signature
0 commit comments