Skip to content

Commit d338ce0

Browse files
bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453)
(cherry picked from commit 0b11c42) Co-authored-by: Martmists <[email protected]>
1 parent d8ce746 commit d338ce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/c-api/typeobj.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,6 +2453,8 @@ Async Object Structures
24532453
See :c:func:`PyIter_Send` for details.
24542454
This slot may be set to ``NULL``.
24552455

2456+
.. versionadded:: 3.10
2457+
24562458

24572459
.. _slot-typedefs:
24582460

0 commit comments

Comments
 (0)