Kaydet (Commit) 7f3140ef authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix parens

üst 4bfce8f8
...@@ -1314,7 +1314,7 @@ unicode_resizable(PyObject *unicode) ...@@ -1314,7 +1314,7 @@ unicode_resizable(PyObject *unicode)
return 0; return 0;
if (PyUnicode_CHECK_INTERNED(unicode)) if (PyUnicode_CHECK_INTERNED(unicode))
return 0; return 0;
assert (unicode != unicode_empty); assert(unicode != unicode_empty);
#ifdef Py_DEBUG #ifdef Py_DEBUG
if (_PyUnicode_KIND(unicode) != PyUnicode_WCHAR_KIND if (_PyUnicode_KIND(unicode) != PyUnicode_WCHAR_KIND
&& PyUnicode_GET_LENGTH(unicode) == 1) && PyUnicode_GET_LENGTH(unicode) == 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment