Author: Armin Rigo <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to