We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MAKE_FUNCTION
1 parent cddecf2 commit d0ebf36Copy full SHA for d0ebf36
Doc/library/dis.rst
@@ -1550,7 +1550,7 @@ iterations of the loop.
1550
1551
.. opcode:: MAKE_FUNCTION
1552
1553
- Pushes a new function object on the stack built from the code object at ``STACK[1]``.
+ Pushes a new function object on the stack built from the code object at ``STACK[-1]``.
1554
1555
.. versionchanged:: 3.10
1556
Flag value ``0x04`` is a tuple of strings instead of dictionary
0 commit comments