File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -942,6 +942,13 @@ All of the following opcodes use their arguments.
942
942
Set bytecode counter to *target *.
943
943
944
944
945
+ .. opcode :: JUMP_NO_INTERRUPT (target)
946
+
947
+ Set bytecode counter to *target *. Do not check for interrupts.
948
+
949
+ .. versionadded :: 3.11
950
+
951
+
945
952
.. opcode :: FOR_ITER (delta)
946
953
947
954
TOS is an :term: `iterator `. Call its :meth: `~iterator.__next__ ` method. If
@@ -1220,6 +1227,14 @@ All of the following opcodes use their arguments.
1220
1227
.. versionadded :: 3.11
1221
1228
1222
1229
1230
+ .. opcode :: RETURN_GENERATOR
1231
+
1232
+ Create a generator, coroutine, or async generator from the current frame.
1233
+ Clear the current frame and return the newly created generator.
1234
+
1235
+ .. versionadded :: 3.11
1236
+
1237
+
1223
1238
.. opcode :: HAVE_ARGUMENT
1224
1239
1225
1240
This is not really an opcode. It identifies the dividing line between
You can’t perform that action at this time.
0 commit comments