From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 29 May 2021 20:38:00 +0000 (-0700) Subject: bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465... X-Git-Tag: v3.10.0b2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d338ce0796e5fe8e54dfe52f93ed9d5936ad3efe;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 82f2ab534511..ea811158fa87 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: