Skip to content

Commit

Permalink
Remove out of date reference to YIELD_FROM from docs. (#94966)
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon authored Jul 18, 2022
1 parent 7b617be commit c41d4d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -604,12 +604,6 @@ iterations of the loop.
.. versionchanged:: 3.11
oparg set to be the stack depth, for efficient handling on frames.

.. opcode:: YIELD_FROM

Pops TOS and delegates to it as a subiterator from a :term:`generator`.

.. versionadded:: 3.3


.. opcode:: SETUP_ANNOTATIONS

Expand Down

0 comments on commit c41d4d0

Please sign in to comment.