Issue #22975: Close block at right place.
This commit is contained in:
commit
407249c62b
|
@ -9880,8 +9880,8 @@ PyUnicode_Join(PyObject *separator, PyObject *seq)
|
|||
Py_UCS4 * to_ = (Py_UCS4 *)((data)) + (start); \
|
||||
for (; i_ < (length); ++i_, ++to_) *to_ = (value); \
|
||||
break; \
|
||||
default: assert(0); \
|
||||
} \
|
||||
default: assert(0); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue