Skip to content

Commit 95d5eb2

Browse files
Merge remote-tracking branch 'matthias/growable-ring-buffer' into growable-ring-buffer
2 parents c13d342 + 487c01b commit 95d5eb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modules/_collectionsmodule.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2592,9 +2592,9 @@ _collections__count_elements_impl(PyObject *module, PyObject *mapping,
25922592
Py_XDECREF(newval);
25932593
Py_XDECREF(bound_get);
25942594
if (PyErr_Occurred())
2595-
return NULL;
2596-
Py_RETURN_NONE;
2597-
}
2595+
return NULL;
2596+
Py_RETURN_NONE;
2597+
}
25982598

25992599
/* Helper function for namedtuple() ************************************/
26002600

0 commit comments

Comments
 (0)