[pypy-commit] pypy numpy-pickle: Make MixedModule checkmodule() friendly

rguillebert noreply at buildbot.pypy.org
Tue May 7 21:49:09 CEST 2013


Author: Romain Guillebert <romain.py at 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 """


More information about the pypy-commit mailing list