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 9ce8dbc commit bb685cdCopy full SHA for bb685cd
Doc/c-api/function.rst
@@ -121,8 +121,6 @@ There are a few functions specific to Python functions.
121
Return the annotations of the function object *op*. This can be a
122
mutable dictionary or ``NULL``.
123
124
- .. versionadded:: 3.0
125
-
126
127
.. c:function:: int PyFunction_SetAnnotations(PyObject *op, PyObject *annotations)
128
@@ -131,8 +129,6 @@ There are a few functions specific to Python functions.
131
129
132
130
Raises :exc:`SystemError` and returns ``-1`` on failure.
133
134
135
136
137
.. c:function:: PyObject *PyFunction_GET_CODE(PyObject *op)
138
PyObject *PyFunction_GET_GLOBALS(PyObject *op)
0 commit comments