[pypy-svn] r15257 - pypy/dist/pypy/rpython

arigo at codespeak.net arigo at codespeak.net
Thu Jul 28 16:55:14 CEST 2005


Author: arigo
Date: Thu Jul 28 16:55:11 2005
New Revision: 15257

Modified:
   pypy/dist/pypy/rpython/rtyper.py
Log:
Comment out this warning.


Modified: pypy/dist/pypy/rpython/rtyper.py
==============================================================================
--- pypy/dist/pypy/rpython/rtyper.py	(original)
+++ pypy/dist/pypy/rpython/rtyper.py	Thu Jul 28 16:55:11 2005
@@ -77,7 +77,7 @@
     def add_pendingsetup(self, repr): 
         assert isinstance(repr, Repr)
         if repr in self._seen_reprs_must_call_setup: 
-            warning("ignoring already seen repr for setup: %r" %(repr,))
+            #warning("ignoring already seen repr for setup: %r" %(repr,))
             return 
         self._reprs_must_call_setup.append(repr) 
         self._seen_reprs_must_call_setup[repr] = True 



More information about the Pypy-commit mailing list