summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-04-24 18:22:02 (GMT)
committerGuido van Rossum <guido@python.org>1998-04-24 18:22:02 (GMT)
commita937d14898e8e396a1c9acc0fbd2db5209d1a6ce (patch)
tree797b23e8e3562d0c5a712b863678af4065645685 /Doc
parent7b7a2c2e110a2a9d5bb7c4f0c0dbda74e215059f (diff)
downloadcpython-a937d14898e8e396a1c9acc0fbd2db5209d1a6ce.zip
cpython-a937d14898e8e396a1c9acc0fbd2db5209d1a6ce.tar.gz
cpython-a937d14898e8e396a1c9acc0fbd2db5209d1a6ce.tar.bz2
Fred's right -- we need PyList_SET_ITEM().
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api.tex5
-rw-r--r--Doc/api/api.tex5
2 files changed, 10 insertions, 0 deletions
diff --git a/Doc/api.tex b/Doc/api.tex
index 5f168f2..b0b7bfd 100644
--- a/Doc/api.tex
+++ b/Doc/api.tex
@@ -1953,6 +1953,11 @@ Returns a new tuple object containing the contents of \var{list}.
Macro form of \cfunction{PyList_GetItem()} without error checking.
\end{cfuncdesc}
+\begin{cfuncdesc}{PyObject*}{PyList_SET_ITEM}{PyObject *list, int i,
+ PyObject *o}
+Macro form of \cfunction{PyList_SetItem()} without error checking.
+\end{cfuncdesc}
+
\begin{cfuncdesc}{int}{PyList_GET_SIZE}{PyObject *list}
Macro form of \cfunction{PyList_GetSize()} without error checking.
\end{cfuncdesc}
diff --git a/Doc/api/api.tex b/Doc/api/api.tex
index 5f168f2..b0b7bfd 100644
--- a/Doc/api/api.tex
+++ b/Doc/api/api.tex
@@ -1953,6 +1953,11 @@ Returns a new tuple object containing the contents of \var{list}.
Macro form of \cfunction{PyList_GetItem()} without error checking.
\end{cfuncdesc}
+\begin{cfuncdesc}{PyObject*}{PyList_SET_ITEM}{PyObject *list, int i,
+ PyObject *o}
+Macro form of \cfunction{PyList_SetItem()} without error checking.
+\end{cfuncdesc}
+
\begin{cfuncdesc}{int}{PyList_GET_SIZE}{PyObject *list}
Macro form of \cfunction{PyList_GetSize()} without error checking.
\end{cfuncdesc}