Skip to content

Commit a1ee14c

Browse files
committed
Add POP_ITER
1 parent a5f4482 commit a1ee14c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/dis.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,11 @@ operations on it as if it was a Python list. The top of the stack corresponds to
598598
STACK.pop()
599599

600600

601+
.. opcode:: POP_ITER
602+
603+
Removes the iterator from the top of the stack.
604+
605+
601606
.. opcode:: END_FOR
602607

603608
Removes the top-of-stack item.

0 commit comments

Comments
 (0)