diff options
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r-- | Doc/library/dis.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 87ec584789..8490a09669 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -1175,14 +1175,6 @@ All of the following opcodes use their arguments. Previously, this instruction also pushed a boolean value indicating success (``True``) or failure (``False``). -.. opcode:: GEN_START (kind) - - Pops TOS. The ``kind`` operand corresponds to the type of generator or - coroutine. The legal kinds are 0 for generator, 1 for coroutine, - and 2 for async generator. - - .. versionadded:: 3.10 - .. opcode:: ROT_N (count) |