From 605a774a98fa774b275e2813f4fee8c1d358d324 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 20 Mar 2013 00:39:41 -0500 Subject: Backed out changeset 521232b05b97 --- Python/marshal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/marshal.c') diff --git a/Python/marshal.c b/Python/marshal.c index d237d17fad..c3e75b145b 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -803,7 +803,7 @@ r_object(RFILE *p) /* NULL is a valid return value, it does not necessarily means that an exception is set. */ PyObject *v, *v2; - Py_ssize_t idx = 0; + Py_ssize_t idx; long i, n; int type = r_byte(p); int flag; -- cgit v1.2.1