[pypy-commit] pypy default: disable this check for now

fijal noreply at buildbot.pypy.org
Tue Mar 26 18:24:57 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list