Author: Armin Rigo <[email protected]>
Branch: set-strategies
Changeset: r53991:1c2906d64ffe
Date: 2012-03-26 16:05 +0200
http://bitbucket.org/pypy/pypy/changeset/1c2906d64ffe/

Log:    Note

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
@@ -862,6 +862,8 @@
 
 class W_SetIterObject(W_Object):
     from pypy.objspace.std.settype import setiter_typedef as typedef
+    # XXX this class should be killed, and the various
+    # iterimplementations should be W_Objects directly.
 
     def __init__(w_self, space, iterimplementation):
         w_self.space = space
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to