]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910) (#109027)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Sep 2023 13:10:18 +0000 (06:10 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 13:10:18 +0000 (15:10 +0200)
GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910)
(cherry picked from commit f9bd6e49ae58e0ba2934f29dd0f3299ba844cc8d)

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>
Doc/whatsnew/3.12.rst

index 8bd642245d4fe343c42ceccc8eb889f35514beb1..249303f1e8877fa3674bfb9a59fa3f49e1b65538 100644 (file)
@@ -998,6 +998,9 @@ CPython bytecode changes
 * Remove the :opcode:`!JUMP_IF_FALSE_OR_POP` and :opcode:`!JUMP_IF_TRUE_OR_POP`
   instructions. (Contributed by Irit Katriel in :gh:`102859`.)
 
+* Removed the :opcode:`!PRECALL` instruction. (Contributed by Mark Shannon in
+  :gh:`92925`.)
+
 * Add the :opcode:`LOAD_FAST_AND_CLEAR` instruction as part of the
   implementation of :pep:`709`. (Contributed by Carl Meyer in :gh:`101441`.)