[pypy-svn] r13067 - pypy/branch/pypy-translation-snapshot/objspace/std

tismer at codespeak.net tismer at codespeak.net
Sun Jun 5 03:47:22 CEST 2005


Author: tismer
Date: Sun Jun  5 03:47:22 2005
New Revision: 13067

Modified:
   pypy/branch/pypy-translation-snapshot/objspace/std/multimethod.py
Log:
some things turn out to be NOT_RPYTHON

Modified: pypy/branch/pypy-translation-snapshot/objspace/std/multimethod.py
==============================================================================
--- pypy/branch/pypy-translation-snapshot/objspace/std/multimethod.py	(original)
+++ pypy/branch/pypy-translation-snapshot/objspace/std/multimethod.py	Sun Jun  5 03:47:22 2005
@@ -93,6 +93,8 @@
 # ____________________________________________________________
 
 class Installer:
+    """NOT_RPYTHON"""
+
     mmfunccache = {}
 
     prefix_memo = {}



More information about the Pypy-commit mailing list