We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PRECALL
1 parent 3a08db8 commit f9bd6e4Copy full SHA for f9bd6e4
Doc/whatsnew/3.12.rst
@@ -997,6 +997,9 @@ CPython bytecode changes
997
* Remove the :opcode:`!JUMP_IF_FALSE_OR_POP` and :opcode:`!JUMP_IF_TRUE_OR_POP`
998
instructions. (Contributed by Irit Katriel in :gh:`102859`.)
999
1000
+* Removed the :opcode:`!PRECALL` instruction. (Contributed by Mark Shannon in
1001
+ :gh:`92925`.)
1002
+
1003
* Add the :opcode:`LOAD_FAST_AND_CLEAR` instruction as part of the
1004
implementation of :pep:`709`. (Contributed by Carl Meyer in :gh:`101441`.)
1005
0 commit comments