[pypy-svn] r66991 - pypy/branch/pyjitpl5/pypy/objspace/std

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Aug 19 18:13:16 CEST 2009


Author: cfbolz
Date: Wed Aug 19 18:13:15 2009
New Revision: 66991

Modified:
   pypy/branch/pyjitpl5/pypy/objspace/std/typeobject.py
Log:
(mikke, cfbolz): kill deepfreeze hint


Modified: pypy/branch/pyjitpl5/pypy/objspace/std/typeobject.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/objspace/std/typeobject.py	(original)
+++ pypy/branch/pyjitpl5/pypy/objspace/std/typeobject.py	Wed Aug 19 18:13:15 2009
@@ -271,7 +271,6 @@
         raise UnwrapError(w_self)
 
     def is_heaptype(w_self):
-        w_self = hint(w_self, deepfreeze=True)
         return w_self.__flags__&_HEAPTYPE
 
     def get_module(w_self):



More information about the Pypy-commit mailing list