mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)
This commit is contained in:
parent
26d328b2ba
commit
a17f313e39
1 changed files with 1 additions and 1 deletions
|
|
@ -1224,7 +1224,7 @@ iterations of the loop.
|
||||||
except that ``namei`` is shifted left by 2 bits instead of 1.
|
except that ``namei`` is shifted left by 2 bits instead of 1.
|
||||||
|
|
||||||
The low bit of ``namei`` signals to attempt a method load, as with
|
The low bit of ``namei`` signals to attempt a method load, as with
|
||||||
:opcode:`LOAD_ATTR`, which results in pushing ``None`` and the loaded method.
|
:opcode:`LOAD_ATTR`, which results in pushing ``NULL`` and the loaded method.
|
||||||
When it is unset a single value is pushed to the stack.
|
When it is unset a single value is pushed to the stack.
|
||||||
|
|
||||||
The second-low bit of ``namei``, if set, means that this was a two-argument
|
The second-low bit of ``namei``, if set, means that this was a two-argument
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue