mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
[docs] Fix LOAD_ATTR version changed (GH-93816)
This commit is contained in:
parent
36934a16e8
commit
ad90d49887
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ iterations of the loop.
|
|||
unbound method. Otherwise, ``NULL`` and the object return by the attribute
|
||||
lookup are pushed.
|
||||
|
||||
.. versionchanged:: 3.11
|
||||
.. versionchanged:: 3.12
|
||||
If the low bit of ``namei`` is set, then a ``NULL`` or ``self`` is
|
||||
pushed to the stack before the attribute or unbound method respectively.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue