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

This commit is contained in:
Christopher Chianelli 2024-03-28 18:27:16 -04:00 committed by GitHub
parent 1e48de61ac
commit 655c4255fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1116,7 +1116,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