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 e500cc0 commit 6592a62Copy full SHA for 6592a62
1 file changed
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