[pypy-svn] r6006 - pypy/trunk/src/pypy/objspace

arigo at codespeak.net arigo at codespeak.net
Tue Aug 17 17:44:21 CEST 2004


Author: arigo
Date: Tue Aug 17 17:44:21 2004
New Revision: 6006

Modified:
   pypy/trunk/src/pypy/objspace/descroperation.py
Log:
Die, last reference to type(type(None).__repr__), die!


Modified: pypy/trunk/src/pypy/objspace/descroperation.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/descroperation.py	(original)
+++ pypy/trunk/src/pypy/objspace/descroperation.py	Tue Aug 17 17:44:21 2004
@@ -52,8 +52,6 @@
     def descr__init__(space, w_obj, __args__):
         pass   # XXX some strange checking maybe
 
-SlotWrapper = type(None).__repr__
-
 class DescrOperation:
 
     def getdict(space, w_obj):



More information about the Pypy-commit mailing list