From c41d4d09172bf28ba9e5760498bd494a3521a123 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Mon, 18 Jul 2022 18:04:07 +0100 Subject: Remove out of date reference to YIELD_FROM from docs. (#94966) --- Doc/library/dis.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 9173c1b..85bd94b 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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 -- cgit v0.12