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.
This commit is contained in:
parent
7e95befeda
commit
571861d3d3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue