Commit 2c713a95 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Not supposed to decref this

parent 112a71f5
......@@ -260,8 +260,6 @@ call_funcs(PyObject* _module, PyObject* args) {
printf("tp_as_sequence doesnt exist\n");
}
Py_DECREF(obj);
Py_RETURN_NONE;
}
......
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