Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0e8bd607
Commit
0e8bd607
authored
Mar 24, 2012
by
Eli Bendersky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to
correctly list the stack params it expects.
parent
20e5ef38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Doc/library/dis.rst
Doc/library/dis.rst
+4
-3
No files found.
Doc/library/dis.rst
View file @
0e8bd607
...
@@ -754,9 +754,10 @@ the more significant byte last.
...
@@ -754,9 +754,10 @@ the more significant byte last.
.. opcode:: MAKE_FUNCTION (argc)
.. opcode:: MAKE_FUNCTION (argc)
Pushes a new function object on the stack. TOS is the code associated with the
Pushes a new function object on the stack. TOS is the
function. The function object is defined to have *argc* default parameters,
:term:`qualified name` of the function; TOS1 is the code associated with
which are found below TOS.
the function. The function object is defined to have *argc* default parameters,
which are found below TOS1.
.. opcode:: MAKE_CLOSURE (argc)
.. opcode:: MAKE_CLOSURE (argc)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment