[pypy-svn] r9526 - pypy/dist/goal

arigo at codespeak.net arigo at codespeak.net
Mon Feb 28 17:11:23 CET 2005


Author: arigo
Date: Mon Feb 28 17:11:23 2005
New Revision: 9526

Modified:
   pypy/dist/goal/translate_pypy.py
Log:
Disable translation of classobjinterp.py for now.



Modified: pypy/dist/goal/translate_pypy.py
==============================================================================
--- pypy/dist/goal/translate_pypy.py	(original)
+++ pypy/dist/goal/translate_pypy.py	Mon Feb 28 17:11:23 2005
@@ -42,6 +42,8 @@
 
 def analyse(entry_point=entry_point):
     global t, space
+    # disable translation of the whole of classobjinterp.py
+    StdObjSpace.setup_old_style_classes = lambda self: None
     space = StdObjSpace()
     # call cache filling code
     buildcache2.buildcache(space)    



More information about the Pypy-commit mailing list