[docs] Fix LOAD_ATTR version changed (GH-93816)

This commit is contained in:
Ken Jin 2022-06-15 00:22:32 +08:00 committed by GitHub
parent 36934a16e8
commit ad90d49887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -898,7 +898,7 @@ iterations of the loop.
unbound method. Otherwise, ``NULL`` and the object return by the attribute unbound method. Otherwise, ``NULL`` and the object return by the attribute
lookup are pushed. lookup are pushed.
.. versionchanged:: 3.11 .. versionchanged:: 3.12
If the low bit of ``namei`` is set, then a ``NULL`` or ``self`` is 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. pushed to the stack before the attribute or unbound method respectively.