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 0e2ac21 commit 7c9487dCopy full SHA for 7c9487d
Doc/c-api/typeobj.rst
@@ -1170,6 +1170,14 @@ and :c:type:`PyType_Type` effectively act as defaults.)
1170
.. versionadded:: 3.9
1171
1172
1173
+ .. data:: Py_TPFLAGS_HAVE_AM_SEND
1174
+
1175
+ This bit is set when the :c:member:`~PyAsyncMethods.am_send` entry is present in the
1176
+ :c:member:`~PyTypeObject.tp_as_async` slot of type structure.
1177
1178
+ .. versionadded:: 3.10
1179
1180
1181
.. c:member:: const char* PyTypeObject.tp_doc
1182
1183
An optional pointer to a NUL-terminated C string giving the docstring for this
0 commit comments