Commit 908ae24b authored by Florent Xicluna's avatar Florent Xicluna

Merge 3.2 (linked to issue #1294232)

parents aabbda53 4d46c2a7
......@@ -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__);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment