[pypy-svn] r48104 - pypy/dist/pypy/lang/smalltalk

tverwaes at codespeak.net tverwaes at codespeak.net
Sat Oct 27 14:33:00 CEST 2007


Author: tverwaes
Date: Sat Oct 27 14:32:59 2007
New Revision: 48104

Modified:
   pypy/dist/pypy/lang/smalltalk/model.py
Log:
tagging not implemented


Modified: pypy/dist/pypy/lang/smalltalk/model.py
==============================================================================
--- pypy/dist/pypy/lang/smalltalk/model.py	(original)
+++ pypy/dist/pypy/lang/smalltalk/model.py	Sat Oct 27 14:32:59 2007
@@ -356,7 +356,7 @@
         if index0 < 0:
             # XXX Do something useful with this.... we are not a block
             # of memory as smalltalk expects but wrapped in py-os
-            return objtable.wrap_int(0)
+            raise NotImplementedError()
         return objtable.wrap_int(ord(self.bytes[index0]))
         
     def atput0(self, index0, w_value):



More information about the Pypy-commit mailing list