Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r62812:bfa2a2ac38a4
Date: 2013-03-26 10:25 -0700
http://bitbucket.org/pypy/pypy/changeset/bfa2a2ac38a4/

Log:    this should go at best to a branch

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