mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Merge 3.2 (linked to issue #1294232)
This commit is contained in:
commit
908ae24b06
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ builtin___build_class__(PyObject *self, PyObject *args, PyObject *kwds)
|
|||
{
|
||||
PyObject *func, *name, *bases, *mkw, *meta, *winner, *prep, *ns, *cell;
|
||||
PyObject *cls = NULL;
|
||||
Py_ssize_t nargs, nbases;
|
||||
Py_ssize_t nargs;
|
||||
int isclass;
|
||||
_Py_IDENTIFIER(__prepare__);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue