Skip to content

Commit ad90d49

Browse files
[docs] Fix LOAD_ATTR version changed (GH-93816)
1 parent 36934a1 commit ad90d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ iterations of the loop.
898898
unbound method. Otherwise, ``NULL`` and the object return by the attribute
899899
lookup are pushed.
900900

901-
.. versionchanged:: 3.11
901+
.. versionchanged:: 3.12
902902
If the low bit of ``namei`` is set, then a ``NULL`` or ``self`` is
903903
pushed to the stack before the attribute or unbound method respectively.
904904

0 commit comments

Comments
 (0)