Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
6171881a
Commit
6171881a
authored
Oct 24, 2015
by
Jakub Wilk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
bd549d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Cython/Includes/cpython/exc.pxd
Cython/Includes/cpython/exc.pxd
+1
-1
No files found.
Cython/Includes/cpython/exc.pxd
View file @
6171881a
...
@@ -50,7 +50,7 @@ cdef extern from "Python.h":
...
@@ -50,7 +50,7 @@ cdef extern from "Python.h":
# return value to a specific exception; use
# return value to a specific exception; use
# PyErr_ExceptionMatches() instead, shown below. (The comparison
# PyErr_ExceptionMatches() instead, shown below. (The comparison
# could easily fail since the exception may be an instance instead
# could easily fail since the exception may be an instance instead
# of a class, in the case of a class exception, or it may
th
e a
# of a class, in the case of a class exception, or it may
b
e a
# subclass of the expected exception.)
# subclass of the expected exception.)
bint
PyErr_ExceptionMatches
(
object
exc
)
bint
PyErr_ExceptionMatches
(
object
exc
)
...
...
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