Merge 3.2 (linked to issue #1294232)

This commit is contained in:
Florent Xicluna 2011-10-28 15:06:13 +02:00
commit 908ae24b06

View file

@ -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__);