Author: Amaury Forgeot d'Arc <amaur...@gmail.com>
Branch: stdlib-2.7.9
Changeset: r75751:43111b46f92d
Date: 2015-02-07 11:44 +0100
http://bitbucket.org/pypy/pypy/changeset/43111b46f92d/

Log:    "import re" import more modules than before (_locale for example)

diff --git a/pypy/module/thread/test/test_import_lock.py 
b/pypy/module/thread/test/test_import_lock.py
--- a/pypy/module/thread/test/test_import_lock.py
+++ b/pypy/module/thread/test/test_import_lock.py
@@ -105,7 +105,7 @@
         assert importlock.count == 0
         # A new module
         importhook(space, 're')
-        assert importlock.count == 7
+        assert importlock.count == 9
         # Import it again
         previous_count = importlock.count
         importhook(space, 're')
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to