Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add POP_ITER
  • Loading branch information
Yzi-Li committed Jul 6, 2025
commit a1ee14c44ab7b669d5b5a380c33869658128ceb7
5 changes: 5 additions & 0 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,11 @@ operations on it as if it was a Python list. The top of the stack corresponds to
STACK.pop()


.. opcode:: POP_ITER

Removes the iterator from the top of the stack.


.. opcode:: END_FOR

Removes the top-of-stack item.
Expand Down
Loading