Skip to content

Commit 0d0ca9a

Browse files
committed
Document PyAsyncGenASend_CheckExact()
1 parent d02736d commit 0d0ca9a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Doc/c-api/gen.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,14 @@ than explicitly calling :c:func:`PyGen_New` or :c:func:`PyGen_NewWithQualName`.
4444
with ``__name__`` and ``__qualname__`` set to *name* and *qualname*.
4545
A reference to *frame* is stolen by this function. The *frame* argument
4646
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

Comments
 (0)