Thanks to visit codestin.com Credit goes to github.com
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 eac41c5 commit e5a4b40Copy full SHA for e5a4b40
1 file changed
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