Remove out of date reference to YIELD_FROM from docs. (#94966)

This commit is contained in:
Mark Shannon 2022-07-18 18:04:07 +01:00 committed by GitHub
parent 7b617be4ab
commit c41d4d0917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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