Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfce8f commit 7f3140eCopy full SHA for 7f3140e
1 file changed
Objects/unicodeobject.c
@@ -1314,7 +1314,7 @@ unicode_resizable(PyObject *unicode)
1314
return 0;
1315
if (PyUnicode_CHECK_INTERNED(unicode))
1316
1317
- assert (unicode != unicode_empty);
+ assert(unicode != unicode_empty);
1318
#ifdef Py_DEBUG
1319
if (_PyUnicode_KIND(unicode) != PyUnicode_WCHAR_KIND
1320
&& PyUnicode_GET_LENGTH(unicode) == 1)
0 commit comments