diff options
-rw-r--r-- | Objects/unicodeobject.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 3052ebd..fe23b00 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -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; |