mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +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 *func, *name, *bases, *mkw, *meta, *winner, *prep, *ns, *cell;
|
||||||
PyObject *cls = NULL;
|
PyObject *cls = NULL;
|
||||||
Py_ssize_t nargs, nbases;
|
Py_ssize_t nargs;
|
||||||
int isclass;
|
int isclass;
|
||||||
_Py_IDENTIFIER(__prepare__);
|
_Py_IDENTIFIER(__prepare__);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue