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
ead60e5d
Commit
ead60e5d
authored
Dec 06, 2002
by
Thomas Heller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo: propogate -> propagate
Bugfix candidate.
parent
0930c43e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/api/exceptions.tex
Doc/api/exceptions.tex
+1
-1
Doc/api/init.tex
Doc/api/init.tex
+2
-2
No files found.
Doc/api/exceptions.tex
View file @
ead60e5d
...
...
@@ -19,7 +19,7 @@ holds (such as object references or memory allocations); it should
\emph
{
not
}
continue normally if it is not prepared to handle the
error. If returning due to an error, it is important to indicate to
the caller that an error has been set. If the error is not handled or
carefully prop
o
gated, additional calls into the Python/C API may not
carefully prop
a
gated, additional calls into the Python/C API may not
behave as intended and may fail in mysterious ways.
The error indicator consists of three Python objects corresponding to
...
...
Doc/api/init.tex
View file @
ead60e5d
...
...
@@ -657,7 +657,7 @@ interpreter lock has been created.
state information. Each extension should use a unique key to use to
store state in the dictionary. If this function returns
\NULL
, an
exception has been raised and the caller should allow it to
prop
o
gate.
prop
a
gate.
\end{cfuncdesc}
...
...
@@ -715,7 +715,7 @@ previous versions.
processed after which the exception becomes set within the frame
being executed. The effect of this is that as exception propogation
causes the Python stack to unwind, the callback is called upon
return to each frame as the exception prop
o
gates. Only trace
return to each frame as the exception prop
a
gates. Only trace
functions receives these events; they are not needed by the
profiler.
\end{cvardesc}
...
...
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