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
5c387f2e
Commit
5c387f2e
authored
Aug 02, 2006
by
Thomas Heller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a mistake.
parent
6a0ce407
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libctypes.tex
Doc/lib/libctypes.tex
+3
-3
No files found.
Doc/lib/libctypes.tex
View file @
5c387f2e
...
...
@@ -151,9 +151,9 @@ be used as the NULL pointer):
\code
{
ctypes
}
tries to protect you from calling functions with the wrong
number of arguments or the wrong calling convention. Unfortunately
this only works on Windows
, for
\code
{
stdcall
}
functions. It does this
by examining the stack after the function returns, so although a
n
error is raised the function
\emph
{
has
}
been called:
this only works on Windows
. It does this by examining the stack after
the function returns, so although an error is raised the functio
n
\emph
{
has
}
been called:
\begin{verbatim}
>>> windll.kernel32.GetModuleHandleA() # doctest: +WINDOWS
Traceback (most recent call last):
...
...
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