[pypy-commit] pypy default: Comment out these lines, as they were never of any use as far as I know.

arigo noreply at buildbot.pypy.org
Tue Oct 11 16:33:10 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r47939:0417bfa18751
Date: 2011-10-11 15:56 +0200
http://bitbucket.org/pypy/pypy/changeset/0417bfa18751/

Log:	Comment out these lines, as they were never of any use as far as I
	know.

diff --git a/pypy/annotation/classdef.py b/pypy/annotation/classdef.py
--- a/pypy/annotation/classdef.py
+++ b/pypy/annotation/classdef.py
@@ -276,8 +276,8 @@
         # create the Attribute and do the generalization asked for
         newattr = Attribute(attr, self.bookkeeper)
         if s_value:
-            if newattr.name == 'intval' and getattr(s_value, 'unsigned', False):
-                import pdb; pdb.set_trace()
+            #if newattr.name == 'intval' and getattr(s_value, 'unsigned', False):
+            #    import pdb; pdb.set_trace()
             newattr.s_value = s_value
 
         # keep all subattributes' values


More information about the pypy-commit mailing list