Author: Manuel Jacob
Branch: kill-multimethod
Changeset: r69450:fd070a9318e5
Date: 2014-02-25 20:42 +0100
http://bitbucket.org/pypy/pypy/changeset/fd070a9318e5/

Log:    Fix cpyext.

diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py
--- a/pypy/module/cpyext/typeobject.py
+++ b/pypy/module/cpyext/typeobject.py
@@ -312,11 +312,6 @@
 
 @bootstrap_function
 def init_typeobject(space):
-    # Probably a hack
-    space.model.typeorder[W_PyCTypeObject] = [(W_PyCTypeObject, None),
-                                              (W_TypeObject, None),
-                                              (W_Root, None)]
-
     make_typedescr(space.w_type.instancetypedef,
                    basestruct=PyTypeObject,
                    alloc=type_alloc,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to