commit | 908ae24b066b04651701d5ee5e5d80cfb5d6b018 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Fri Oct 28 15:06:13 2011 +0200 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Fri Oct 28 15:06:13 2011 +0200 |
tree | 655c5cd3fef85650fda47f8f34f8ad5db5d17e08 | |
parent | aabbda5354407cfe35097c7f17717a716a3d80c4 [diff] | |
parent | 4d46c2a7229eee963180a938c914bee3352a016f [diff] |
Merge 3.2 (linked to issue #1294232)
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index fd242b7..0c14d7e 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c
@@ -40,7 +40,7 @@ { 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__);