mirror of https://github.com/python/cpython.git
comment fix
This commit is contained in:
parent
8968624574
commit
945b7b8eaf
|
@ -5,6 +5,8 @@ $abbrev$_setattr(self, name, v)
|
|||
char *name;
|
||||
PyObject *v;
|
||||
{
|
||||
/* Set attribute 'name' to value 'v'. v==NULL means delete */
|
||||
|
||||
/* XXXX Add your own setattr code here */
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue