[pypy-svn] r38126 - pypy/dist/pypy

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Feb 7 23:29:34 CET 2007


Author: cfbolz
Date: Wed Feb  7 23:29:30 2007
New Revision: 38126

Modified:
   pypy/dist/pypy/conftest.py
Log:
add space.newlist op (to give parsing test a chance to pass).


Modified: pypy/dist/pypy/conftest.py
==============================================================================
--- pypy/dist/pypy/conftest.py	(original)
+++ pypy/dist/pypy/conftest.py	Wed Feb  7 23:29:30 2007
@@ -93,6 +93,9 @@
     def is_true(self, obj):
         return bool(obj)
 
+    def newlist(self):
+        return {}
+
 
 class OpErrKeyboardInterrupt(KeyboardInterrupt):
     pass



More information about the Pypy-commit mailing list