mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Remove out of date reference to YIELD_FROM from docs. (#94966)
This commit is contained in:
parent
7b617be4ab
commit
c41d4d0917
1 changed files with 0 additions and 6 deletions
|
|
@ -604,12 +604,6 @@ iterations of the loop.
|
||||||
.. versionchanged:: 3.11
|
.. versionchanged:: 3.11
|
||||||
oparg set to be the stack depth, for efficient handling on frames.
|
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
|
.. opcode:: SETUP_ANNOTATIONS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue