We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d30b56 commit dab49fbCopy full SHA for dab49fb
src/_view/results.c
@@ -70,8 +70,6 @@ static int find_result_for(
70
return -1;
71
};
72
73
- Py_DECREF(item_bytes);
74
-
75
PyObject* v_bytes = PyBytes_FromString(v_str);
76
77
if (!v_bytes) {
0 commit comments