[3.13] Doc: Improve description of `GET_LEN` opcode (GH-114583) (#125102)

Doc: Improve description of ``GET_LEN`` opcode (GH-114583)
(cherry picked from commit e8773e59a8)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
This commit is contained in:
Miss Islington (bot) 2024-10-08 14:30:52 +02:00 committed by GitHub
parent 84991153da
commit 0a63c66035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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