[pypy-commit] pypy default: This isn't used anymore

alex_gaynor noreply at buildbot.pypy.org
Sat May 3 21:58:21 CEST 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r71238:f5d582516157
Date: 2014-05-03 12:57 -0700
http://bitbucket.org/pypy/pypy/changeset/f5d582516157/

Log:	This isn't used anymore

diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -390,9 +390,8 @@
         self.user_del_action = UserDelAction(self)
         self._code_of_sys_exc_info = None
 
-        from pypy.interpreter.pycode import cpython_magic, default_magic
+        from pypy.interpreter.pycode import default_magic
         self.our_magic = default_magic
-        self.host_magic = cpython_magic
         # can be overridden to a subclass
 
         self.initialize()


More information about the pypy-commit mailing list