Skip to content

Commit

Permalink
[docs] Fix LOAD_ATTR version changed (GH-93816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner authored Jun 14, 2022
1 parent 36934a1 commit ad90d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ad90d49

Please sign in to comment.