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 f24d2e6 commit ae3ebf8Copy full SHA for ae3ebf8
Doc/library/dis.rst
@@ -1562,7 +1562,7 @@ iterations of the loop.
1562
1563
.. opcode:: MAKE_FUNCTION
1564
1565
- 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]``.
1566
1567
.. versionchanged:: 3.10
1568
Flag value ``0x04`` is a tuple of strings instead of dictionary
0 commit comments