-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
GH-90690: Mention removal of PRECALL
in What's New
#103910
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
Conversation
The removal of PRECALL is missing from the release notes
PRECALL
in What's New
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Conflict resolved.)
Some opcode additions have since been documented. Let's merge this, and further improvements welcome. |
Thanks @tonybaloney for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-109027 is a backport of this pull request to the 3.12 branch. |
) (#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>
The removal of
PRECALL
is missing from the release notes.#92925