Skip to content
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,8 @@ iterations of the loop.

.. opcode:: GET_LEN

Perform ``STACK.append(len(STACK[-1]))``.
Perform ``STACK.append(len(STACK[-1]))``. Used in :keyword:`match` statements where
comparison with structure of pattern is needed.

.. versionadded:: 3.10

Expand Down