Author: Romain Guillebert <romain...@gmail.com>
Branch: numpy-pickle
Changeset: r63903:5b941d020c95
Date: 2013-05-07 21:51 +0200
http://bitbucket.org/pypy/pypy/changeset/5b941d020c95/

Log:    Make MixedModule checkmodule() friendly

diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py
--- a/pypy/interpreter/mixedmodule.py
+++ b/pypy/interpreter/mixedmodule.py
@@ -13,6 +13,7 @@
     # imported yet, and when it has been, it is mod.__dict__.items() just
     # after startup().
     w_initialdict = None
+    lazy = False
 
     def __init__(self, space, w_name):
         """ NOT_RPYTHON """
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to