mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
fix tabs
This commit is contained in:
parent
51fd586baa
commit
f5e7b3e826
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue