8000 Remove out of date reference to YIELD_FROM from docs. (#94966) · python/cpython@c41d4d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c41d4d0

Browse files
authored
Remove out of date reference to YIELD_FROM from docs. (#94966)
1 parent 7b617be commit c41d4d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/library/dis.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,6 @@ iterations of the loop.
604604
.. versionchanged:: 3.11
605605
oparg set to be the stack depth, for efficient handling on frames.
606606

607-
.. opcode:: YIELD_FROM
608-
609-
Pops TOS and delegates to it as a subiterator from a :term:`generator`.
610-
611-
.. versionadded:: 3.3
612-
613607

614608
.. opcode:: SETUP_ANNOTATIONS
615609

0 commit comments

Comments
 (0)
0