+ 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

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