[pypy-commit] pypy default: This is also unused

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


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r71240:988f37762851
Date: 2014-05-03 12:58 -0700
http://bitbucket.org/pypy/pypy/changeset/988f37762851/

Log:	This is also unused

diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -390,10 +390,7 @@
         self.user_del_action = UserDelAction(self)
         self._code_of_sys_exc_info = None
 
-        from pypy.interpreter.pycode import default_magic
-        self.our_magic = default_magic
         # can be overridden to a subclass
-
         self.initialize()
 
     def startup(self):


More information about the pypy-commit mailing list