[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pypy-svn
Subject:    [pypy-svn] r9488 - pypy/dist/pypy/tool
From:       hpk () codespeak ! net
Date:       2005-02-24 16:49:09
Message-ID: 20050224164909.DAE2527B4C () code1 ! codespeak ! net
[Download RAW message or body]

Author: hpk
Date: Thu Feb 24 17:49:09 2005
New Revision: 9488

Modified:
   pypy/dist/pypy/tool/compile.py
Log:
added commented out prints for detecting duplicate code 


Modified: pypy/dist/pypy/tool/compile.py
==============================================================================
--- pypy/dist/pypy/tool/compile.py	(original)
+++ pypy/dist/pypy/tool/compile.py	Thu Feb 24 17:49:09 2005
@@ -9,6 +9,8 @@
     key = (source, filename, mode, flags)
     try:
         co = cache[key]
+        #print "***** duplicate code ******* "
+        #print source 
     except KeyError: 
         co = compile(source, filename, mode, flags) 
         cache[key] = co 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic