[pypy-svn] r9139 - pypy/branch/dist-interpapp/pypy/interpreter

hpk at codespeak.net hpk at codespeak.net
Fri Feb 11 18:45:35 CET 2005


Author: hpk
Date: Fri Feb 11 18:45:34 2005
New Revision: 9139

Modified:
   pypy/branch/dist-interpapp/pypy/interpreter/baseobjspace.py
Log:
ups


Modified: pypy/branch/dist-interpapp/pypy/interpreter/baseobjspace.py
==============================================================================
--- pypy/branch/dist-interpapp/pypy/interpreter/baseobjspace.py	(original)
+++ pypy/branch/dist-interpapp/pypy/interpreter/baseobjspace.py	Fri Feb 11 18:45:34 2005
@@ -289,7 +289,6 @@
         frame.setfastscope(posargs_w)
         return frame.run() 
 
-pypycodecache = Cache() 
 def buildpypycode(source, space): 
     """ NOT_RPYTHON """ 
     # XXX will change once we have our own compiler 



More information about the Pypy-commit mailing list