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
19920b8b
Commit
19920b8b
authored
Jan 05, 2005
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add two missing items
parent
47b62bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Doc/lib/libdis.tex
Doc/lib/libdis.tex
+10
-0
No files found.
Doc/lib/libdis.tex
View file @
19920b8b
...
@@ -78,6 +78,10 @@ for compatibility with earlier Python releases.
...
@@ -78,6 +78,10 @@ for compatibility with earlier Python releases.
Sequence of operation names, indexable using the byte code.
Sequence of operation names, indexable using the byte code.
\end{datadesc}
\end{datadesc}
\begin{datadesc}
{
opmap
}
Dictionary mapping byte codes to operation names.
\end{datadesc}
\begin{datadesc}
{
cmp
_
op
}
\begin{datadesc}
{
cmp
_
op
}
Sequence of all compare operation names.
Sequence of all compare operation names.
\end{datadesc}
\end{datadesc}
...
@@ -688,3 +692,9 @@ Calls a function. \var{argc} is interpreted as in
...
@@ -688,3 +692,9 @@ Calls a function. \var{argc} is interpreted as in
keyword arguments dictionary, followed by the variable-arguments
keyword arguments dictionary, followed by the variable-arguments
tuple, followed by explicit keyword and positional arguments.
tuple, followed by explicit keyword and positional arguments.
\end{opcodedesc}
\end{opcodedesc}
\begin{opcodedesc}
{
HAVE
_
ARGUMENT
}{}
This is not really an opcode. It identifies the dividing line between
opcodes which don't take arguments
\code
{
< HAVE
_
ARGUMENT
}
and those which do
\code
{
>= HAVE
_
ARGUMENT
}
.
\end{opcodedesc}
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