diff options
author | Petr Viktorin <encukou@gmail.com> | 2020-11-10 13:47:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 13:47:31 (GMT) |
commit | 0b9c4c6fcf2b0673fa45ddfa092934a9d5479b8c (patch) | |
tree | 73ffdc1affed0b0404a1d7310de2a7920d8f92f4 /Doc/c-api/structures.rst | |
parent | 9303b9ecc39e4e79e34d6ce7258036a9d0876046 (diff) | |
download | cpython-0b9c4c6fcf2b0673fa45ddfa092934a9d5479b8c.zip cpython-0b9c4c6fcf2b0673fa45ddfa092934a9d5479b8c.tar.gz cpython-0b9c4c6fcf2b0673fa45ddfa092934a9d5479b8c.tar.bz2 |
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
Diffstat (limited to 'Doc/c-api/structures.rst')
-rw-r--r-- | Doc/c-api/structures.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/c-api/structures.rst b/Doc/c-api/structures.rst index 03fe479..37602ed 100644 --- a/Doc/c-api/structures.rst +++ b/Doc/c-api/structures.rst @@ -263,10 +263,12 @@ There are these calling conventions: of :c:type:`PyObject*` values indicating the arguments and the third parameter is the number of arguments (the length of the array). - This is not part of the :ref:`limited API <stable>`. - .. versionadded:: 3.7 + .. versionchanged:: 3.10 + + ``METH_FASTCALL`` is now part of the stable ABI. + .. data:: METH_FASTCALL | METH_KEYWORDS |