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 d02736d commit 0d0ca9aCopy full SHA for 0d0ca9a
Doc/c-api/gen.rst
@@ -44,3 +44,14 @@ than explicitly calling :c:func:`PyGen_New` or :c:func:`PyGen_NewWithQualName`.
44
with ``__name__`` and ``__qualname__`` set to *name* and *qualname*.
45
A reference to *frame* is stolen by this function. The *frame* argument
46
must not be ``NULL``.
47
+
48
49
+Deprecated API
50
+^^^^^^^^^^^^^^
51
52
+.. c:macro:: PyAsyncGenASend_CheckExact(op)
53
54
+ This is a :term:`soft deprecated` API that was included in Python's C API
55
+ by mistake.
56
57
+ It is solely here for completeness; do not use this API.
0 commit comments