https://github.com/python/cpython/commit/d338ce0796e5fe8e54dfe52f93ed9d5936a... commit: d338ce0796e5fe8e54dfe52f93ed9d5936ad3efe branch: 3.10 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: iritkatriel <1055913+iritkatriel@users.noreply.github.com> date: 2021-05-29T21:38:00+01:00 summary: bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453) (cherry picked from commit 0b11c429c7f1721d9ffb9ae19e3e8e2e7bd6444d) Co-authored-by: Martmists <mail@martmists.com> files: M Doc/c-api/typeobj.rst diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 82f2ab5345116..ea811158fa873 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -2453,6 +2453,8 @@ Async Object Structures See :c:func:`PyIter_Send` for details. This slot may be set to ``NULL``. + .. versionadded:: 3.10 + .. _slot-typedefs: