8000 gh-135447: Document new bytecodes in 3.14 by Yzi-Li · Pull Request #135803 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-135447: Document new bytecodes in 3.14 #135803

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
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 newline
  • Loading branch information
Yzi-Li committed Jun 22, 2025
commit 43f3a54afafe6761586c228ae264a9bd9b1c03a6
1 change: 1 addition & 0 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1162,9 +1162,10 @@

.. versionadded:: 3.6


.. opcode:: BUILD_TEMPLATE

Create a :class:`~string.templatelib.Template` object consuming interpolations

Check warning on line 1168 in Doc/library/dis.rst

View workflow job for this annotation

GitHub Actions / Docs / Docs

py:class reference target not found: string.templatelib.Template [ref.class]
and a string from the stack, and pushes the resulting template onto the stack.

.. versionadded:: 3.14
Expand Down
Loading
0