[pypy-svn] r15581 - pypy/dist/pypy/objspace/std

pedronis at codespeak.net pedronis at codespeak.net
Wed Aug 3 23:00:03 CEST 2005


Author: pedronis
Date: Wed Aug  3 23:00:02 2005
New Revision: 15581

Modified:
   pypy/dist/pypy/objspace/std/model.py
Log:
reenabled marshal_w multimethod definitions, it was innocent



Modified: pypy/dist/pypy/objspace/std/model.py
==============================================================================
--- pypy/dist/pypy/objspace/std/model.py	(original)
+++ pypy/dist/pypy/objspace/std/model.py	Wed Aug  3 23:00:02 2005
@@ -53,9 +53,8 @@
         from pypy.objspace.std import dictproxyobject
         from pypy.objspace.std import fake
         import pypy.objspace.std.default # register a few catch-all multimethods
-        # XXX the following line causes 5 RTyper errors
-        #     related to the marshal multimethod
-        #import pypy.objspace.std.marshal_impl # install marshal multimethods
+
+        import pypy.objspace.std.marshal_impl # install marshal multimethods
 
         # the set of implementation types
         self.typeorder = {



More information about the Pypy-commit mailing list