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 f565bc6 commit b48c86dCopy full SHA for b48c86d
Doc/library/dis.rst
@@ -56,7 +56,7 @@ the following command can be used to display the disassembly of
56
>>> dis.dis(myfunc)
57
2 0 RESUME 0
58
<BLANKLINE>
59
- 3 2 LOAD_GLOBAL 1 (NULL + len)
+ 3 2 LOAD_GLOBAL 1 (len + NULL)
60
12 LOAD_FAST 0 (alist)
61
14 CALL 1
62
22 RETURN_VALUE
Objects/exception_handling_notes.txt
@@ -47,7 +47,7 @@ a table to determine where to jump to when an exception is raised.
47
48
2 2 NOP
49
50
- 3 4 LOAD_GLOBAL 1 (NULL + g)
+ 3 4 LOAD_GLOBAL 1 (g + NULL)
51
16 LOAD_CONST 1 (0)
52
18 PRECALL 1
53
22 CALL 1
0 commit comments