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.
NOT_TAKEN
POP_ITER
1 parent e18dda9 commit 519bc47Copy full SHA for 519bc47
Doc/library/dis.rst
@@ -585,6 +585,22 @@ operations on it as if it was a Python list. The top of the stack corresponds to
585
generate line tracing events.
586
587
588
+.. opcode:: NOT_TAKEN
589
+
590
+ Do nothing code.
591
+ Used by the interpreter to record :monitoring-event:`BRANCH_LEFT`
592
+ and :monitoring-event:`BRANCH_RIGHT` events for :mod:`sys.monitoring`.
593
594
+ .. versionadded:: 3.14
595
596
597
+.. opcode:: POP_ITER
598
599
+ Removes the iterator from the top of the stack.
600
601
602
603
604
.. opcode:: POP_TOP
605
606
Removes the top-of-stack item::
0 commit comments