+ extend number protocol
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user