mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
|
|
static int
|
|
$abbrev$_setattr($abbrev$object *self, char *name, PyObject *v)
|
|
{
|
|
/* Set attribute 'name' to value 'v'. v==NULL means delete */
|
|
|
|
/* XXXX Add your own setattr code here */
|
|
return -1;
|
|
}
|