Thanks to visit codestin.com Credit goes to github.com
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 2427d00 commit 5b66723Copy full SHA for 5b66723
1 file changed
Doc/c-api/structures.rst
@@ -150,9 +150,8 @@ specific C type of the *self* object.
150
The :attr:`ml_flags` field is a bitfield which can include the following flags.
151
The individual flags indicate either a calling convention or a binding
152
convention. Of the calling convention flags, only :const:`METH_VARARGS` and
153
-:const:`METH_KEYWORDS` can be combined (but note that :const:`METH_KEYWORDS`
154
-alone is equivalent to ``METH_VARARGS | METH_KEYWORDS``). Any of the calling
155
-convention flags can be combined with a binding flag.
+:const:`METH_KEYWORDS` can be combined. Any of the calling convention flags
+can be combined with a binding flag.
156
157
158
.. data:: METH_VARARGS
0 commit comments