mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Merged revisions 79765 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r79765 | benjamin.peterson | 2010-04-04 18:09:06 -0500 (Sun, 04 Apr 2010) | 9 lines Merged revisions 79763 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79763 | benjamin.peterson | 2010-04-04 18:03:22 -0500 (Sun, 04 Apr 2010) | 1 line fix tabs ........ ................
This commit is contained in:
parent
5ac21ffae3
commit
deca4b0709
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ PyMember_SetOne(char *addr, PyMemberDef *l, PyObject *v)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case T_STRING:
|
case T_STRING:
|
||||||
case T_STRING_INPLACE:
|
case T_STRING_INPLACE:
|
||||||
PyErr_SetString(PyExc_TypeError, "readonly attribute");
|
PyErr_SetString(PyExc_TypeError, "readonly attribute");
|
||||||
return -1;
|
return -1;
|
||||||
#ifdef HAVE_LONG_LONG
|
#ifdef HAVE_LONG_LONG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue