gh-130790: Remove references about unicode's readiness from comments (#130801)

This commit is contained in:
Sergey Miryanov 2025-03-04 00:18:09 +05:00 committed by GitHub
parent 8a64a62002
commit 3a7f17c7e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 9 additions and 28 deletions

View file

@ -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 */