[pypy-svn] r63988 - pypy/branch/pyjitpl5-simplify/pypy/interpreter

fijal at codespeak.net fijal at codespeak.net
Sun Apr 12 05:10:01 CEST 2009


Author: fijal
Date: Sun Apr 12 05:09:58 2009
New Revision: 63988

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/interpreter/pyframe.py
Log:
I don't think this hint makes sense any longer.


Modified: pypy/branch/pyjitpl5-simplify/pypy/interpreter/pyframe.py
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/interpreter/pyframe.py	(original)
+++ pypy/branch/pyjitpl5-simplify/pypy/interpreter/pyframe.py	Sun Apr 12 05:09:58 2009
@@ -357,7 +357,7 @@
         return self.pycode.hidden_applevel
 
     def getcode(self):
-        return hint(self.pycode, promote=True)
+        return self.pycode
 
     def getfastscope(self):
         "Get the fast locals as a list."



More information about the Pypy-commit mailing list