mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
comment fix
This commit is contained in:
parent
8968624574
commit
945b7b8eaf
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ $abbrev$_setattr(self, name, v)
|
||||||
char *name;
|
char *name;
|
||||||
PyObject *v;
|
PyObject *v;
|
||||||
{
|
{
|
||||||
|
/* Set attribute 'name' to value 'v'. v==NULL means delete */
|
||||||
|
|
||||||
/* XXXX Add your own setattr code here */
|
/* XXXX Add your own setattr code here */
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue