Commit f6b14f63 authored by Vincent Castellano's avatar Vincent Castellano

Py_RETURN_NOTIMPLEMENTED macro not available in 2.7

parent 05c52fd4
...@@ -999,7 +999,7 @@ tgl_Peer_RichCompare(PyObject *self, PyObject *other, int cmp) ...@@ -999,7 +999,7 @@ tgl_Peer_RichCompare(PyObject *self, PyObject *other, int cmp)
case Py_GT: case Py_GT:
case Py_LT: case Py_LT:
default: default:
Py_RETURN_NOTIMPLEMENTED; return Py_INCREF(Py_NotImplemented), Py_NotImplemented;
} }
} }
} }
......
Subproject commit 8754957b8467802f65fb8c133d3c46fd73295b49 Subproject commit 5a4e6b61839796e543d63900bb96e6325a9d9474
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment