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:
Neal Norwitz 2007-08-26 03:58:25 +00:00
parent 7e95befeda
commit 571861d3d3
1 changed files with 0 additions and 2 deletions

View File

@ -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;