Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r62808:516a2fd4d4f2
Date: 2013-03-25 23:06 -0700
http://bitbucket.org/pypy/pypy/changeset/516a2fd4d4f2/

Log:    disable this check for now

diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rpython/annotator/bookkeeper.py
+++ b/rpython/annotator/bookkeeper.py
@@ -244,8 +244,8 @@
                 seen.add(s_value_or_def)
                 check_no_flags(s_value_or_def.s_value)
 
-        for clsdef in self.classdefs:
-            check_no_flags(clsdef)
+                #for clsdef in self.classdefs:
+                #check_no_flags(clsdef)
 
     def consider_call_site(self, call_op):
         binding = self.annotator.binding
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to