8000 [3.12] gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis… · python/cpython@655c425 · GitHub
[go: up one dir, main page]

Skip to content

Commit 655c425

Browse files
[3.12] gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343) (GH-117345)
1 parent 1e48de6 commit 655c425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ iterations of the loop.
11161116
except that ``namei`` is shifted left by 2 bits instead of 1.
11171117

11181118
The low bit of ``namei`` signals to attempt a method load, as with
1119-
:opcode:`LOAD_ATTR`, which results in pushing ``None`` and the loaded method.
1119+
:opcode:`LOAD_ATTR`, which results in pushing ``NULL`` and the loaded method.
11201120
When it is unset a single value is pushed to the stack.
11211121

11221122
The second-low bit of ``namei``, if set, means that this was a two-argument

0 commit comments

Comments
 (0)
0