Kaydet (Commit) 23c5bb40 authored tarafından Armin Ronacher's avatar Armin Ronacher

Fixed a missing incref introduced by a7ec0a1b0f7c

üst 226b1db0
......@@ -82,7 +82,7 @@ iter_len(seqiterobject *it)
return NULL;
}
else {
return Py_NotImplemented;
Py_RETURN_NOTIMPLEMENTED;
}
len = seqsize - it->it_index;
if (len >= 0)
......
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