+ extend number protocol

This commit is contained in:
wmayer
2014-02-14 13:53:47 +01:00
parent e916d65a5c
commit 89b5d7e6f1
4 changed files with 0 additions and 5 deletions

View File

@@ -781,7 +781,6 @@ PyObject * MatrixPy::number_or_handler (PyObject *self, PyObject *other)
int MatrixPy::number_coerce_handler (PyObject **self, PyObject **other)
{
PyErr_SetString(PyExc_NotImplementedError, "Not implemented");
return 1;
}