[pypy-svn] r14171 - pypy/branch/pypy-translation-snapshot/interpreter

arigo at codespeak.net arigo at codespeak.net
Sun Jul 3 19:06:52 CEST 2005


Author: arigo
Date: Sun Jul  3 19:06:52 2005
New Revision: 14171

Modified:
   pypy/branch/pypy-translation-snapshot/interpreter/typedef.py
Log:
Ported rev 14170 from the trunk to the snapshot branch.


Modified: pypy/branch/pypy-translation-snapshot/interpreter/typedef.py
==============================================================================
--- pypy/branch/pypy-translation-snapshot/interpreter/typedef.py	(original)
+++ pypy/branch/pypy-translation-snapshot/interpreter/typedef.py	Sun Jul  3 19:06:52 2005
@@ -39,6 +39,7 @@
             return get_unique_interplevel_NoDictWithSlots(cls)
         else: 
             return get_unique_interplevel_NoDictNoSlots(cls)
+get_unique_interplevel_subclass._annspecialcase_ = "specialize:arg0"
 
 for hasdict in False, True: 
     for wants_slots in False, True: 



More information about the Pypy-commit mailing list