]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-90690: Mention removal of ``PRECALL`` in What's New (#103910)
authorAnthony Shaw <anthony.p.shaw@gmail.com>
Wed, 6 Sep 2023 20:28:00 +0000 (06:28 +1000)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 20:28:00 +0000 (20:28 +0000)
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 acdfe9e8b19a4f24be819fb2eb9f9d976fb30ad9..3afcd1355db47c325b223521106eed120905a144 100644 (file)
@@ -997,6 +997,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`.)