summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r--Doc/library/dis.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 7b7c84d..4d01103 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -558,8 +558,11 @@ the original TOS1.
.. opcode:: GET_AITER
- Implements ``TOS = get_awaitable(TOS.__aiter__())``. See ``GET_AWAITABLE``
- for details about ``get_awaitable``
+ Implements ``TOS = TOS.__aiter__()``.
+
+ .. versionchanged:: 3.7
+ Returning awaitable objects from ``__aiter__`` is no longer
+ supported.
.. opcode:: GET_ANEXT