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
1f2dac57
Commit
1f2dac57
authored
Mar 01, 2006
by
Fredrik Lundh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
markup glitch (spotted by George Yoshida)
parent
fe8a5668
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/api/utilities.tex
Doc/api/utilities.tex
+1
-1
No files found.
Doc/api/utilities.tex
View file @
1f2dac57
...
...
@@ -871,7 +871,7 @@ PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
Only available on platforms that support
\ctype
{
unsigned long long
}
.
\item
[\samp{n} (int) {[Py_ssize_t]
}
]
Convert a C
\ctype
{
Py
_
ssize
_
t
)
to a Python integer or long integer.
Convert a C
\ctype
{
Py
_
ssize
_
t
}
to a Python integer or long integer.
\versionadded
{
2.5
}
\item
[\samp{c} (string of length 1) {[char]
}
]
...
...
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