diff options
Diffstat (limited to 'Python/formatter_unicode.c')
-rw-r--r-- | Python/formatter_unicode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c index 4f8662b..6e3dcb3 100644 --- a/Python/formatter_unicode.c +++ b/Python/formatter_unicode.c @@ -867,7 +867,6 @@ format_string_internal(PyObject *value, const InternalFormatSpec *format, int result = -1; Py_UCS4 maxchar; - assert(PyUnicode_IS_READY(value)); len = PyUnicode_GET_LENGTH(value); /* sign is not allowed on strings */ |