Doc: Improve description of ``GET_LEN`` opcode (#114583)

This commit is contained in:
Kirill Podoprigora 2024-10-08 15:25:40 +03:00 committed by GitHub
parent 9a35d05338
commit e8773e59a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -969,7 +969,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