[pypy-svn] r29564 - pypy/dist/pypy/rpython/ootypesystem

antocuni at codespeak.net antocuni at codespeak.net
Sat Jul 1 15:01:05 CEST 2006


Author: antocuni
Date: Sat Jul  1 15:01:01 2006
New Revision: 29564

Modified:
   pypy/dist/pypy/rpython/ootypesystem/rstr.py
Log:
Don't mark ll_int as a suggested_primitive in ootypesystem.




Modified: pypy/dist/pypy/rpython/ootypesystem/rstr.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/rstr.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/rstr.py	Sat Jul  1 15:01:01 2006
@@ -152,7 +152,6 @@
 
     def ll_int(s, base):
         return ootype.ooparse_int(s, base)
-    ll_int.suggested_primitive = True
 
     def do_stringformat(cls, hop, sourcevarsrepr):
         InstanceRepr = hop.rtyper.type_system.rclass.InstanceRepr



More information about the Pypy-commit mailing list