We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40527c2 commit a8a33e1Copy full SHA for a8a33e1
Doc/library/dis.rst
@@ -30,6 +30,10 @@ interpreter.
30
Use 2 bytes for each instruction. Previously the number of bytes varied
31
by instruction.
32
33
+ .. versionchanged:: 3.10
34
+ The argument of jump, exception handling and loop instructions is now
35
+ the instruction offset rather than the byte offset.
36
+
37
.. versionchanged:: 3.11
38
Some instructions are accompanied by one or more inline cache entries,
39
which take the form of :opcode:`CACHE` instructions. These instructions
0 commit comments