mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Merge heads.
This commit is contained in:
commit
6ebdb61b67
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ if an exception was set.
|
|||
Here is a sample implementation, for a datatype that is considered equal if the
|
||||
size of an internal pointer is equal::
|
||||
|
||||
static int
|
||||
static PyObject *
|
||||
newdatatype_richcmp(PyObject *obj1, PyObject *obj2, int op)
|
||||
{
|
||||
PyObject *result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue