From: Anthony Shaw Date: Wed, 6 Sep 2023 20:28:00 +0000 (+1000) Subject: GH-90690: Mention removal of ``PRECALL`` in What's New (#103910) X-Git-Tag: v3.13.0a1~578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9bd6e49ae58e0ba2934f29dd0f3299ba844cc8d;p=thirdparty%2FPython%2Fcpython.git GH-90690: Mention removal of ``PRECALL`` in What's New (#103910) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index acdfe9e8b19a..3afcd1355db4 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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`.)