Author: Omer Katz <[email protected]>
Branch: py3.3
Changeset: r80860:3f40096028b0
Date: 2015-11-23 16:44 +0200
http://bitbucket.org/pypy/pypy/changeset/3f40096028b0/

Log:    removed unneeded space local variable.

diff --git a/pypy/module/itertools/interp_itertools.py 
b/pypy/module/itertools/interp_itertools.py
--- a/pypy/module/itertools/interp_itertools.py
+++ b/pypy/module/itertools/interp_itertools.py
@@ -1225,7 +1225,6 @@
                                    space.newtuple([self.w_iterable, w_func]), 
w_total])
 
     def setstate_w(self, w_total):
-        space = self.space
         self.w_total = w_total
 
 def W_Accumulate__new__(space, w_subtype, w_iterable, w_func=None):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to