gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)

This commit is contained in:
Christopher Chianelli 2024-03-28 18:26:56 -04:00 committed by GitHub
parent 26d328b2ba
commit a17f313e39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1224,7 +1224,7 @@ iterations of the loop.
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
: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.
The second-low bit of ``namei``, if set, means that this was a two-argument