GH-90690: Mention removal of PRECALL in What's New#103910
Merged
hugovk merged 5 commits intopython:mainfrom Sep 6, 2023
Merged
GH-90690: Mention removal of PRECALL in What's New#103910hugovk merged 5 commits intopython:mainfrom
PRECALL in What's New#103910hugovk merged 5 commits intopython:mainfrom
Conversation
The removal of PRECALL is missing from the release notes
AA-Turner
approved these changes
Apr 27, 2023
PRECALL in What's New
AA-Turner
reviewed
Apr 27, 2023
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
AA-Turner
reviewed
Apr 27, 2023
AA-Turner
approved these changes
Apr 27, 2023
Member
|
There are also numerous new opcodes that are not mentioned here. Perhaps we should make a table similar to the one in https://docs.python.org/3.12/whatsnew/3.11.html#cpython-bytecode-changes. |
furkanonder
approved these changes
May 8, 2023
Member
|
Some opcode additions have since been documented. Let's merge this, and further improvements welcome. |
Contributor
|
Thanks @tonybaloney for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 6, 2023
|
GH-109027 is a backport of this pull request to the 3.12 branch. |
Yhg1s
pushed a commit
that referenced
this pull request
Sep 8, 2023
) (#109027) GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910) (cherry picked from commit f9bd6e4) Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The removal of
PRECALLis missing from the release notes.#92925