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

fix tabs

üst 51fd586b
......@@ -330,7 +330,7 @@ PyMember_SetOne(char *addr, PyMemberDef *l, PyObject *v)
}
break;
case T_STRING:
case T_STRING_INPLACE:
case T_STRING_INPLACE:
PyErr_SetString(PyExc_TypeError, "readonly attribute");
return -1;
#ifdef HAVE_LONG_LONG
......
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