8000 GH-109190: Copyedit 3.12 What's New: Bytecode by AA-Turner · Pull Request #109821 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-109190: Copyedit 3.12 What's New: Bytecode #109821

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

Merged
merged 7 commits into from
Sep 28, 2023
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
CALL_INSTRINSIC_2
  • Loading branch information
AA-Turner committed Sep 25, 2023
commit d755483cf9a1ddc68d4c4062e68165c8dcf279c2
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ CPython bytecode changes
* Add the :opcode:`BINARY_SLICE` and :opcode:`STORE_SLICE` instructions.
(Contributed by Mark Shannon in :gh:`94163`.)

* Add the :opcode:`CALL_INSTRINSIC_1` and :opcode:`CALL_INSTRINSIC_2` instructions.
* Add the :opcode:`CALL_INSTRINSIC_1` instructions.
(Contributed by Mark Shannon in :gh:`99005`.)

* Add the :opcode:`CALL_INSTRINSIC_2` instruction.
Expand Down
0