mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue