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
Boxiang Sun
cython
Commits
a4e2de9d
Commit
a4e2de9d
authored
Sep 09, 2010
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Richcmp operator constants.
parent
59d44445
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Cython/Includes/cpython/object.pxd
Cython/Includes/cpython/object.pxd
+2
-0
No files found.
Cython/Includes/cpython/object.pxd
View file @
a4e2de9d
...
@@ -53,6 +53,8 @@ cdef extern from "Python.h":
...
@@ -53,6 +53,8 @@ cdef extern from "Python.h":
# Delete attribute named attr_name, for object o. Returns -1 on
# Delete attribute named attr_name, for object o. Returns -1 on
# failure. This is the equivalent of the Python statement "del
# failure. This is the equivalent of the Python statement "del
# o.attr_name".
# o.attr_name".
int
Py_LT
,
Py_LE
,
Py_EQ
,
Py_NE
,
Py_GT
,
Py_GE
object
PyObject_RichCompare
(
object
o1
,
object
o2
,
int
opid
)
object
PyObject_RichCompare
(
object
o1
,
object
o2
,
int
opid
)
# Return value: New reference.
# Return value: New reference.
...
...
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