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 11945f2 commit 5e87cc2Copy full SHA for 5e87cc2
Doc/library/dis.rst
@@ -24,6 +24,10 @@ interpreter.
24
Use 2 bytes for each instruction. Previously the number of bytes varied
25
by instruction.
26
27
+ .. versionchanged:: 3.10
28
+ The argument of jump, exception handling and loop instructions is now
29
+ the instruction offset rather than the byte offset.
30
+
31
32
Example: Given the function :func:`myfunc`::
33
0 commit comments