[pypy-commit] pypy default: A no-test change that looks like a good idea, to revert what

arigo noreply at buildbot.pypy.org
Thu Apr 17 17:04:43 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r70701:b6cae81858b5
Date: 2014-04-17 17:03 +0200
http://bitbucket.org/pypy/pypy/changeset/b6cae81858b5/

Log:	A no-test change that looks like a good idea, to revert what looks
	like a mistake in a7023a962605

diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -478,6 +478,8 @@
                 return w_mod2
             self.setitem(w_modules, w_name, w_mod)
             w_mod.init(self)
+        else:
+            self.setitem(w_modules, w_name, w_mod)
         return w_mod
 
     def get_builtinmodule_to_install(self):


More information about the pypy-commit mailing list