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
Document BUILD_TEMPLATE
  • Loading branch information
Yzi-Li committed Jul 6, 2025
commit 2ddfa8e5c2d483fb2a9a7b339f637f818917731a
7 changes: 7 additions & 0 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,13 @@ iterations of the loop.

.. versionadded:: 3.6

.. opcode:: BUILD_TEMPLATE

Create a :class:`~string.templatelib.Template` object consuming interpolations
and a string from the stack, and pushes the resulting template onto the stack.

.. versionadded:: 3.14


.. opcode:: LIST_EXTEND (i)

Expand Down