mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
newclassobject() gets a third argument
This commit is contained in:
parent
fbab905ae1
commit
7e3090cf08
1 changed files with 1 additions and 1 deletions
|
|
@ -1524,5 +1524,5 @@ build_class(v, w)
|
|||
err_setstr(SystemError, "build_class with non-dictionary");
|
||||
return NULL;
|
||||
}
|
||||
return newclassobject(v, w);
|
||||
return newclassobject(v, w, (object *) NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue