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
40dbdbe7
Commit
40dbdbe7
authored
Aug 18, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor edits
parent
f3a63c37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/api/abstract.tex
Doc/api/abstract.tex
+1
-1
Doc/api/concrete.tex
Doc/api/concrete.tex
+2
-2
No files found.
Doc/api/abstract.tex
View file @
40dbdbe7
...
...
@@ -6,7 +6,7 @@ numerical types, or all sequence types). When used on object types
for which they do not apply, they will raise a Python exception.
It is not possible to use these functions on objects that are not properly
initialized, such a list object that has been created by
initialized, such a
s a
list object that has been created by
\cfunction
{
PyList
_
New()
}
, but whose items have not been set to some
non-
\code
{
NULL
}
value yet.
...
...
Doc/api/concrete.tex
View file @
40dbdbe7
...
...
@@ -1842,8 +1842,8 @@ format.
failure.
\note
{
If
\var
{
length
}
is greater than zero, the returned list object's
items are set to
\code
{
NULL
}
. Thus you cannot use abstract
API functions such as
\cfunction
{
PySequence
_
SetItem()
}
on it
or expose
i
t to Python code before setting all items to a
API functions such as
\cfunction
{
PySequence
_
SetItem()
}
or expose
the objec
t to Python code before setting all items to a
real object with
\cfunction
{
PyList
_
SetItem()
}
.
}
\end{cfuncdesc}
...
...
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