Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 5a97a93 commit cf28540Copy full SHA for cf28540
1 file changed
Doc/whatsnew/3.11.rst
@@ -1208,6 +1208,8 @@ CPython bytecode changes
1208
* :opcode:`JUMP_IF_TRUE_OR_POP` and :opcode:`JUMP_IF_FALSE_OR_POP` are now
1209
relative rather than absolute.
1210
1211
+* :opcode:`RESUME` has been added. It is a no-op. Performs internal tracing,
1212
+ debugging and optimization checks.
1213
1214
Deprecated
1215
==========
0 commit comments