Commit 571861d3 authored by Neal Norwitz's avatar Neal Norwitz

Remove assert that seems out of place. It triggers with test_string,

but without it test_string passes.  I'm not sure why it was there.
parent 7e95befe
......@@ -9209,8 +9209,6 @@ formatteriter_next(formatteriterobject *it)
PyObject *conversion_str = NULL;
PyObject *result = NULL;
assert(result == 2);
is_markup_bool = PyBool_FromLong(is_markup);
if (!is_markup_bool)
goto error;
......
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