Author: Lukas Diekmann <[email protected]>
Branch: set-strategies
Changeset: r49170:d711192077c7
Date: 2011-05-20 15:18 +0200
http://bitbucket.org/pypy/pypy/changeset/d711192077c7/

Log:    space not necessary here?

diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py
--- a/pypy/objspace/std/setobject.py
+++ b/pypy/objspace/std/setobject.py
@@ -66,7 +66,6 @@
             obj = instantiate(W_FrozensetObject)
         else:
             obj = w_self.space.call_function(w_self.space.type(w_self), None)
-        obj.space = w_self.space
         obj.strategy = strategy
         obj.sstorage = storage
         return obj
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to